about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-11-21 13:39:59 +0000
committerTredwellGit <tredwell@tutanota.com>2021-11-21 13:39:59 +0000
commitef17d66328a06fc0720f824feec382c8f0070b6b (patch)
tree1e0d8901bdef6f2f0e8d75abbbec21d5ac1fba9a /pkgs
parent541a3a73327ae9a9169e67b586880198ce14faef (diff)
downloadnixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar.gz
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar.bz2
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar.lz
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar.xz
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.tar.zst
nixlib-ef17d66328a06fc0720f824feec382c8f0070b6b.zip
linux_zen: 5.15.2-zen1 -> 5.15.3-zen1
Diffstat (limited to 'pkgs')
-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 e259ec04f28a..a822f5d10805 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.2-zen1";
+  modDirVersion = "5.15.3-zen1";
   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-6cYKlRAd8kbphIThmTdWieH322Rj1KSmCJCmYRt8o2w=";
+    sha256 = "sha256-GleOhTKLhnhepAlR+TkiCYcgEe5KfVvDKTPWP7/D8wQ=";
   };
 
   structuredExtraConfig = with lib.kernel; {