Merge pull request #147849 from Mic92/zen

linux_zen: 5.15.3-zen1 -> 5.15.5-zen1
This commit is contained in:
Jörg Thalheim 2021-12-03 09:19:13 +00:00 committed by GitHub
commit fa4f5b9332
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.15.3-zen1";
modDirVersion = "5.15.5-zen1";
parts = lib.splitString "-" modDirVersion;
version = lib.elemAt parts 0;
suffix = lib.elemAt parts 1;
@ -19,7 +19,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${modDirVersion}";
sha256 = "sha256-GleOhTKLhnhepAlR+TkiCYcgEe5KfVvDKTPWP7/D8wQ=";
sha256 = "sha256-sEt6h29GY18+45jHheRd69eCw+EAzn/CVUK5XRqdZcA=";
};
structuredExtraConfig = with lib.kernel; {