diff options
author | PedroHLC ☭ <root@pedrohlc.com> | 2022-11-05 13:10:29 -0300 |
---|---|---|
committer | PedroHLC ☭ <root@pedrohlc.com> | 2022-11-05 13:10:29 -0300 |
commit | 8896a5757950f32bdaaa4bfbf38488d94d7e4b6f (patch) | |
tree | a42f91b909000ae16181b58dc22b949d3abdaaf0 /pkgs/os-specific/linux | |
parent | 3c9272a5cf30dcda2fc5c7c53963b539fb5183ef (diff) |
linux-lqx: 6.0.6-lqx1 -> 6.0.7-lqx1
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r-- | pkgs/os-specific/linux/kernel/zen-kernels.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/zen-kernels.nix b/pkgs/os-specific/linux/kernel/zen-kernels.nix index da8818a722e1e..2fc9d8fe3c085 100644 --- a/pkgs/os-specific/linux/kernel/zen-kernels.nix +++ b/pkgs/os-specific/linux/kernel/zen-kernels.nix @@ -11,9 +11,9 @@ let }; # ./update-zen.py lqx lqxVariant = { - version = "6.0.6"; #lqx + version = "6.0.7"; #lqx suffix = "lqx1"; #lqx - sha256 = "0f0bz2pmwwmbqdss1diblzn4lis1pw31pb4gkay4a5p61f4rw1mz"; #lqx + sha256 = "09h99fdzicbc4kkl51dqwgqqa9416hd7bvrghr4pdjqrw4z15557"; #lqx isLqx = true; }; zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // { |