about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-03-04 11:42:57 +0000
committerGitHub <noreply@github.com>2023-03-04 11:42:57 +0000
commit5c980f982538bab6c4546adb2ac7c94005bcc739 (patch)
tree07b06890b6a2051a677165ad885ee51d0a73cc12 /pkgs/os-specific
parent8f17e8835a5d42bd5807feb2b40bd36b3c0faabb (diff)
parent7ffb427895cb5e2da3d351e8b5cc8cb56f9e788e (diff)
Merge pull request #219443 from PedroHLC/zen-kernels-6.2.2
zen-kernels: {6.1.13-lqx2,6.2-zen1} -> {6.1.14-lqx1,6.2.2-zen1}
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/zen-kernels.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/zen-kernels.nix b/pkgs/os-specific/linux/kernel/zen-kernels.nix
index 7dbf9c97291cd..9f172447f10e1 100644
--- a/pkgs/os-specific/linux/kernel/zen-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/zen-kernels.nix
@@ -4,16 +4,16 @@ let
   # comments with variant added for update script
   # ./update-zen.py zen
   zenVariant = {
-    version = "6.2.1"; #zen
+    version = "6.2.2"; #zen
     suffix = "zen1"; #zen
-    sha256 = "1ypgdc4bz35cqqwp8nka6rx7m9dqfl6wzfb8ad27gqgxwzil3sjg"; #zen
+    sha256 = "004aghwdclky7w341yg9nkr5r58qnp4hxnmvxrp2z06pzcbsq933"; #zen
     isLqx = false;
   };
   # ./update-zen.py lqx
   lqxVariant = {
-    version = "6.1.13"; #lqx
-    suffix = "lqx2"; #lqx
-    sha256 = "1264cfkb3kfrava8g7byr10avkjg0k281annqppcqqjkyjf63q4y"; #lqx
+    version = "6.1.14"; #lqx
+    suffix = "lqx1"; #lqx
+    sha256 = "026nnmbpipk4gg7llsvm4fgws3ka0hjdywl7h0a8bvq6n9by15i6"; #lqx
     isLqx = true;
   };
   zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {