summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorAndré Silva <andre.beat@gmail.com>2020-08-16 22:14:40 +0100
committerAndré Silva <andre.beat@gmail.com>2020-08-16 22:19:31 +0100
commit0b516d76f4c1f61e761a4c635bd19eb89e879dc0 (patch)
tree8d0970e0834a9ac9ba47d03f7a450e4e49ec686e /pkgs/os-specific/linux
parente087c629a4f8f7c2f4ece449a0e6e9a99577088b (diff)
downloadnixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar.gz
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar.bz2
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar.lz
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar.xz
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.tar.zst
nixpkgs-0b516d76f4c1f61e761a4c635bd19eb89e879dc0.zip
linux_zen: 5.7.10 -> 5.8.1
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-zen.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-zen.nix b/pkgs/os-specific/linux/kernel/linux-zen.nix
index fcc74ecad2a..c7d14a45068 100644
--- a/pkgs/os-specific/linux/kernel/linux-zen.nix
+++ b/pkgs/os-specific/linux/kernel/linux-zen.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, buildLinux, ... } @ args:
 
 let
-  version = "5.7.10";
+  version = "5.8.1";
 in
 
 buildLinux (args // {
@@ -12,11 +12,11 @@ buildLinux (args // {
     owner = "zen-kernel";
     repo = "zen-kernel";
     rev = "v${version}-zen1";
-    sha256 = "0m9abjs7xv80zgk5qx7iimxaycif8dlr0g0kzkjyaw9mxji6gp37";
+    sha256 = "122q09d0sybi9lqlaxpq6ffc0ha9127bg3wzjync256lbj5394b7";
   };
 
   extraMeta = {
-    branch = "5.7/master";
+    branch = "5.8/master";
     maintainers = with stdenv.lib.maintainers; [ atemu ];
   };