summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-08 13:41:25 -0500
committerGitHub <noreply@github.com>2020-12-08 13:41:25 -0500
commit7b80d958fc1901b1a8d89099e41a2422a9ec41a8 (patch)
tree4c80b0099d3b86e23c01e3500f48f720c7637da8 /pkgs
parent74018b0fb6a9e6d17be1681a487457320c363d14 (diff)
parent374c3ff56382135dbdb6867ae14247ba3433d41d (diff)
Merge pull request #106349 from Atemu/update/linux_zen
linux_zen: 5.9.12 -> 5.9.13
Diffstat (limited to 'pkgs')
-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 c4f08e568a03..04c6486c374f 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.9.12";
+ version = "5.9.13";
in
buildLinux (args // {
@@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
- sha256 = "07cmcw8ib9wc4im08pbmxhj187lhsfxh2asn4jdxadxxq3f60h6w";
+ sha256 = "13sv794srmf1p13pb07pl6c4fxw2f1vjkxj8dkdgfhy03b0iasa2";
};
extraMeta = {