linux_zen: 5.14.8-zen1 -> 5.14.14-zen1

conduit-nginx
Michael Adler 2021-10-15 11:31:11 +02:00 committed by Michael Adler
parent 43b4591bbd
commit f7297104ec
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let
# having the full version string here makes it easier to update
modDirVersion = "5.14.8-zen1";
modDirVersion = "5.14.14-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-hquMBDjP4fBMNdjxxnJJKx/oVNd2DwBPmVpZQeEQvHQ=";
sha256 = "sha256-cW3i672F7dmU3tzR1cJCkrm8T6F9uYt4DyMFDL37Fpo=";
};
structuredExtraConfig = with lib.kernel; {