summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-03 22:53:38 -0300
committerGitHub <noreply@github.com>2022-08-03 22:53:38 -0300
commite95fbc2e0739097bf00279a4a71d1e68208da8fe (patch)
tree43060d9fd13bab1b718e7782980e0e1140cb5a6e /pkgs/os-specific/linux
parent23e0738cf3fafb70443e415c689be3501b43658d (diff)
parent140d955ebab3c6671fca4faabaec87c037f80b7f (diff)
downloadnixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar.gz
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar.bz2
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar.lz
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar.xz
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.tar.zst
nixpkgs-e95fbc2e0739097bf00279a4a71d1e68208da8fe.zip
Merge pull request #185060 from PedroHLC/zen-kernels-5.18.16
zen-kernels: 5.18.15 -> 5.18.16
Diffstat (limited to 'pkgs/os-specific/linux')
-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 03202dd4b8b..d072ec361a7 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 = "5.18.15"; #zen
+    version = "5.18.16"; #zen
     suffix = "zen1"; #zen
-    sha256 = "0pn62l2ajas427ddbx92q5ad0rkqz6vvg6mc6dirs32a4j6nzajx"; #zen
+    sha256 = "016pkwjg6la2xkqrqyw6ragmpk4z6x4rqw8dbykx2l4fzb57w56g"; #zen
     isLqx = false;
   };
   # ./update-zen.py lqx
   lqxVariant = {
-    version = "5.18.15"; #lqx
-    suffix = "lqx2"; #lqx
-    sha256 = "0mhl82h6fiay2d4b7x0n68j22ay81wr0ik6k0vx8vl4qqpf2anc0"; #lqx
+    version = "5.18.16"; #lqx
+    suffix = "lqx1"; #lqx
+    sha256 = "11xcbpf8c5j0gjymbwyq40rnwzjahwh81v26vaz5kavkzw2nma9r"; #lqx
     isLqx = true;
   };
   zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {