summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-zen.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-01-27 11:13:09 +0000
committerGitHub <noreply@github.com>2021-01-27 11:13:09 +0000
commit693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5 (patch)
treebe424965db75131b3e2664d089b900e451385817 /pkgs/os-specific/linux/kernel/linux-zen.nix
parente3b851567255d57552f54ffe914dfbc14c850f6f (diff)
parent500908d7f0c3a03dde2544973fe1d482d5329ca2 (diff)
downloadnixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar.gz
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar.bz2
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar.lz
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar.xz
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.tar.zst
nixpkgs-693c7cd0f7e6ce6ff7c6210ac1857712dac4cad5.zip
Merge pull request #110797 from Atemu/update/zen-kernels
zen-kernels: 5.10.9 -> 5.10.10
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 b30afb59ca8..b30ee996649 100644
--- a/pkgs/os-specific/linux/kernel/linux-zen.nix
+++ b/pkgs/os-specific/linux/kernel/linux-zen.nix
@@ -1,7 +1,7 @@
 { lib, fetchFromGitHub, buildLinux, ... } @ args:
 
 let
-  version = "5.10.9";
+  version = "5.10.10";
   suffix = "zen1";
 in
 
@@ -14,7 +14,7 @@ buildLinux (args // {
     owner = "zen-kernel";
     repo = "zen-kernel";
     rev = "v${version}-${suffix}";
-    sha256 = "0p7w2ib8aac0cx16fksr8870kmijw86hbzdkjsq1ww07ifnb4qir";
+    sha256 = "0jsi2q8k1w5zs5l6z1brm2mxpl9arv6n6linc8yj6xc75nydw6w4";
   };
 
   extraMeta = {