3
0
Fork 0
forked from mirrors/nixpkgs

linux_zen: 5.13.7 -> 5.13.9

This commit is contained in:
Roman Volosatovs 2021-08-09 21:31:04 +02:00
parent 5ccaf03298
commit a9bf9c44e5
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

View file

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, buildLinux, ... } @ args:
let
version = "5.13.7";
version = "5.13.9";
suffix = "zen1";
in
@ -14,7 +14,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-${suffix}";
sha256 = "sha256-ZvB5Ejt9MXP4QK5cj9CGQgFJIfDV03IW5xcknCxDui0=";
sha256 = "sha256-RuY6ZIIKU56R+IGMtQDV6mIubGDqonRpsIdlrpAHFXM=";
};
structuredExtraConfig = with lib.kernel; {