···23let
4 # having the full version string here makes it easier to update
5- modDirVersion = "5.14.14-zen1";
6 parts = lib.splitString "-" modDirVersion;
7 version = lib.elemAt parts 0;
8 suffix = lib.elemAt parts 1;
···19 owner = "zen-kernel";
20 repo = "zen-kernel";
21 rev = "v${modDirVersion}";
22- sha256 = "sha256-cW3i672F7dmU3tzR1cJCkrm8T6F9uYt4DyMFDL37Fpo=";
23 };
2425 structuredExtraConfig = with lib.kernel; {
···23let
4 # having the full version string here makes it easier to update
5+ modDirVersion = "5.14.15-zen1";
6 parts = lib.splitString "-" modDirVersion;
7 version = lib.elemAt parts 0;
8 suffix = lib.elemAt parts 1;
···19 owner = "zen-kernel";
20 repo = "zen-kernel";
21 rev = "v${modDirVersion}";
22+ sha256 = "sha256-2nShtZodkPBCbGdK0dI+RGTRS5/JOUP/7//L//MJI4c=";
23 };
2425 structuredExtraConfig = with lib.kernel; {