summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-07-31 21:46:16 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-07-31 22:32:27 +0200
commit6e9195f6687d05d4225521a34d1702dd9c0a4444 (patch)
treec4cd51c1378fc3185a3e1a5ef108952dfcbaa48c /pkgs
parent1cfc98dca074f186b1680f81d1ed4896bd42332a (diff)
downloadnixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar.gz
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar.bz2
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar.lz
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar.xz
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.tar.zst
nixpkgs-6e9195f6687d05d4225521a34d1702dd9c0a4444.zip
linux_zen: 5.13.5 -> 5.13.7
Diffstat (limited to 'pkgs')
-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 3955b1851d3..7cbeedda726 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.13.5";
+  version = "5.13.7";
   suffix = "zen1";
 in
 
@@ -14,11 +14,11 @@ buildLinux (args // {
     owner = "zen-kernel";
     repo = "zen-kernel";
     rev = "v${version}-${suffix}";
-    sha256 = "sha256-3guG482lsdcWqAJ1kY757D4EeOEpTDvy95de0bHif98=";
+    sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0=";
   };
 
   extraMeta = {
-    branch = "5.12/master";
+    branch = "5.13";
     maintainers = with lib.maintainers; [ atemu andresilva ];
     description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.";
   };