linux_zen: 5.9.13 -> 5.9.14

This commit is contained in:
Atemu 2020-12-12 16:46:32 +01:00
parent e9158eca70
commit 74c525ddc6

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args: { stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let let
version = "5.9.13"; version = "5.9.14";
in in
buildLinux (args // { buildLinux (args // {
@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${version}-zen1"; rev = "v${version}-zen1";
sha256 = "13sv794srmf1p13pb07pl6c4fxw2f1vjkxj8dkdgfhy03b0iasa2"; sha256 = "1b8pm80z49d7qk9mvdf9w3hih34pilqr1zjk110q5im1kdz81zrg";
}; };
extraMeta = { extraMeta = {