summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-zen.nix
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2021-10-15 11:31:11 +0200
committerMichael Adler <michael.adler@siemens.com>2021-10-21 08:39:55 +0200
commitf7297104ec943b351a504910de7087705a8f70ea (patch)
treeee1872a115e04f40e1f93371edce7dfd2209222d /pkgs/os-specific/linux/kernel/linux-zen.nix
parent43b4591bbd2103ea0ec33f2ecc11722c96b846fd (diff)
downloadnixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar.gz
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar.bz2
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar.lz
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar.xz
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.tar.zst
nixpkgs-f7297104ec943b351a504910de7087705a8f70ea.zip
linux_zen: 5.14.8-zen1 -> 5.14.14-zen1
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 df740845b6f..5b354bee7aa 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.14.8-zen1";
+  modDirVersion = "5.14.14-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-hquMBDjP4fBMNdjxxnJJKx/oVNd2DwBPmVpZQeEQvHQ=";
+    sha256 = "sha256-cW3i672F7dmU3tzR1cJCkrm8T6F9uYt4DyMFDL37Fpo=";
   };
 
   structuredExtraConfig = with lib.kernel; {