Merge pull request #172740 from andrevmatos/kernel/zen

linux_zen: 5.17.5-zen1 -> 5.17.7-zen1
This commit is contained in:
Artturi 2022-05-13 19:35:07 +03:00 committed by GitHub
commit 44b28f34a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
# having the full version string here makes it easier to update
modDirVersion = "5.17.5-zen1";
modDirVersion = "5.17.7-zen1";
parts = lib.splitString "-" modDirVersion;
version = lib.elemAt parts 0;
suffix = lib.elemAt parts 1;
@ -20,7 +20,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
inherit rev;
sha256 = "sha256-DWkdnSG+4qMAFdGDmtEItaQZnIiorxLYMqdq5eBqQfs=";
sha256 = "sha256-sjXe+L9ZTtHDPLFY5d7Ui0NU0s7fw0qLfXIDnRxpKvE=";
};
structuredExtraConfig = with lib.kernel; {