Merge pull request #107003 from Atemu/update/linux_zen

linux_zen: 5.9.14 -> 5.10.1
This commit is contained in:
Michael Raskin 2020-12-21 11:51:38 +00:00 committed by GitHub
commit 4aa87cfa36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args: { stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let let
version = "5.9.14"; version = "5.10.1";
in in
buildLinux (args // { buildLinux (args // {
@ -13,11 +13,11 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${version}-zen1"; rev = "v${version}-zen1";
sha256 = "1b8pm80z49d7qk9mvdf9w3hih34pilqr1zjk110q5im1kdz81zrg"; sha256 = "1c77x53ixyn64b4qq6br6ckicmjs316c8k08yfxibmhv72av1wcp";
}; };
extraMeta = { extraMeta = {
branch = "5.9/master"; branch = "5.10/master";
maintainers = with stdenv.lib.maintainers; [ atemu andresilva ]; maintainers = with stdenv.lib.maintainers; [ atemu andresilva ];
}; };