summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-29 18:01:07 +0000
committerGitHub <noreply@github.com>2021-09-29 18:01:07 +0000
commit19e8f1b28fbfd1b597499ab27368910311a6ca5c (patch)
tree3f4a0ac1f67025bbeeaa655de9e189aa0952630d /pkgs/os-specific
parent2779e3a8fc4fe44b9a40cb9980a5d655b8f36176 (diff)
parent4cc9dafec2bf5c73b595de322c67c131cbd5c366 (diff)
downloadnixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar.gz
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar.bz2
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar.lz
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar.xz
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.tar.zst
nixpkgs-19e8f1b28fbfd1b597499ab27368910311a6ca5c.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/os-specific')
-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 1c064059047..df740845b6f 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.3-zen1";
+  modDirVersion = "5.14.8-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-ByewBT+1z83jCuEMmNvtmhHaEk4qjHa2Kgue8wVfPIY=";
+    sha256 = "sha256-hquMBDjP4fBMNdjxxnJJKx/oVNd2DwBPmVpZQeEQvHQ=";
   };
 
   structuredExtraConfig = with lib.kernel; {