linux_lqx: 5.18.16-lqx1 -> 5.18.16-lqx2
This commit is contained in:
parent
9f15d6c3a7
commit
14c1f2e104
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ let
|
||||||
# ./update-zen.py lqx
|
# ./update-zen.py lqx
|
||||||
lqxVariant = {
|
lqxVariant = {
|
||||||
version = "5.18.16"; #lqx
|
version = "5.18.16"; #lqx
|
||||||
suffix = "lqx1"; #lqx
|
suffix = "lqx2"; #lqx
|
||||||
sha256 = "11xcbpf8c5j0gjymbwyq40rnwzjahwh81v26vaz5kavkzw2nma9r"; #lqx
|
sha256 = "1mmqsv6qbm6ndbcwnk50z6z2iffgkcrndf81s2ycqngb076hq969"; #lqx
|
||||||
isLqx = true;
|
isLqx = true;
|
||||||
};
|
};
|
||||||
zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {
|
zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {
|
||||||
|
|
Loading…
Reference in a new issue