linux_zen: 5.15.1-zen1 -> 5.15.2-zen1

This commit is contained in:
Jörg Thalheim
2021-11-13 09:43:34 +01:00
parent 6d3f429a20
commit f17e7e684d
+2 -2
View File
@@ -2,7 +2,7 @@
let
# having the full version string here makes it easier to update
modDirVersion = "5.15.1-zen1";
modDirVersion = "5.15.2-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-mDAwsqLR55WFaPKO1SXZuxeuaFzprMY4ryeEUdCqKGU=";
sha256 = "sha256-6cYKlRAd8kbphIThmTdWieH322Rj1KSmCJCmYRt8o2w=";
};
structuredExtraConfig = with lib.kernel; {