3
0
Fork 0
forked from mirrors/nixpkgs

linux_zen: 5.10.1 -> 5.10.6

This commit is contained in:
Atemu 2021-01-10 07:42:38 +01:00 committed by Cole Helbling
parent b775e9f474
commit 5eedbd86f4

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let
version = "5.10.1";
version = "5.10.6";
in
buildLinux (args // {
@ -13,7 +13,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "1c77x53ixyn64b4qq6br6ckicmjs316c8k08yfxibmhv72av1wcp";
sha256 = "0asn4ysnzv845g35ca9sdi89sc7clcc88xmx64pcxmh033civ5fw";
};
extraMeta = {