linuxKernel.kernels.linux_lqx: 6.1.13-lqx2 -> 6.1.14-lqx1
This commit is contained in:
parent
f5ffd57877
commit
593e4a3c6e
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ let
|
||||||
};
|
};
|
||||||
# ./update-zen.py lqx
|
# ./update-zen.py lqx
|
||||||
lqxVariant = {
|
lqxVariant = {
|
||||||
version = "6.1.13"; #lqx
|
version = "6.1.14"; #lqx
|
||||||
suffix = "lqx2"; #lqx
|
suffix = "lqx1"; #lqx
|
||||||
sha256 = "1264cfkb3kfrava8g7byr10avkjg0k281annqppcqqjkyjf63q4y"; #lqx
|
sha256 = "026nnmbpipk4gg7llsvm4fgws3ka0hjdywl7h0a8bvq6n9by15i6"; #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