linuxKernel.kernels.linux_lqx: 6.0.13-lqx2 -> 6.0.13-lqx3
This commit is contained in:
parent
c2f988a51c
commit
b2025f0f7f
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 = "6.0.13"; #lqx
|
version = "6.0.13"; #lqx
|
||||||
suffix = "lqx2"; #lqx
|
suffix = "lqx3"; #lqx
|
||||||
sha256 = "0xxxlv6rk620s947qj6xxxbjc8asynmx4ilbp66ahi92inxqiw29"; #lqx
|
sha256 = "0dc295d9dfm3j2nmvkzy21ky1k6jp7c7miqjhqgfjny9yk1b41k4"; #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