linux_zen: 5.10.1 -> 5.10.6
This commit is contained in:
parent
b775e9f474
commit
5eedbd86f4
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:
|
{ stdenv, fetchFromGitHub, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.10.1";
|
version = "5.10.6";
|
||||||
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 = "1c77x53ixyn64b4qq6br6ckicmjs316c8k08yfxibmhv72av1wcp";
|
sha256 = "0asn4ysnzv845g35ca9sdi89sc7clcc88xmx64pcxmh033civ5fw";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user