summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-zen.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-12-02 17:47:23 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-12-03 10:19:33 +0100
commite48e684149790f34618738e6a189e76e1b194429 (patch)
treec7c672efa1b222d4a7ae971724298924a064fa4d /pkgs/os-specific/linux/kernel/linux-zen.nix
parentfa4f5b933211c94182146f0cea47818fde8b6985 (diff)
downloadnixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar.gz
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar.bz2
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar.lz
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar.xz
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.tar.zst
nixpkgs-e48e684149790f34618738e6a189e76e1b194429.zip
linux_zen: 5.15.5-zen1 -> 5.15.6-zen2
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-zen.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-zen.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-zen.nix b/pkgs/os-specific/linux/kernel/linux-zen.nix
index 8ff8b30809b..508180f298f 100644
--- a/pkgs/os-specific/linux/kernel/linux-zen.nix
+++ b/pkgs/os-specific/linux/kernel/linux-zen.nix
@@ -2,7 +2,7 @@
 
 let
   # having the full version string here makes it easier to update
-  modDirVersion = "5.15.5-zen1";
+  modDirVersion = "5.15.6-zen2";
   parts = lib.splitString "-" modDirVersion;
   version = lib.elemAt parts 0;
   suffix = lib.elemAt parts 1;
@@ -19,7 +19,7 @@ buildLinux (args // {
     owner = "zen-kernel";
     repo = "zen-kernel";
     rev = "v${modDirVersion}";
-    sha256 = "sha256-sEt6h29GY18+45jHheRd69eCw+EAzn/CVUK5XRqdZcA=";
+    sha256 = "sha256-lakNE+Ac3AHfD6e9haXkwQL134UNduk8o8UNtyAQ4U0=";
   };
 
   structuredExtraConfig = with lib.kernel; {