linuxKernel.kernels.linux_zen: 7.1.5 -> 7.1.8

(cherry picked from commit aa81653b54)
This commit is contained in:
R. Ryantm
2026-08-11 19:35:41 +00:00
committed by github-actions[bot]
parent 7a7eaaf928
commit db2a473ec2

View File

@@ -18,7 +18,7 @@ in
buildLinux (
args
// rec {
version = "7.1.5";
version = "7.1.8";
pname = "linux-zen";
modDirVersion = lib.versions.pad 3 "${version}-${suffix}";
isZen = true;
@@ -27,7 +27,7 @@ buildLinux (
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-${suffix}";
sha256 = "11d3c2hx2py6fy6qj0dqk2w392m144wjrfg5ldfh93x9mp4ffhjd";
sha256 = "0gnbx1r0hpsws2r9wq55szmbrkimbh0wvrj2b3df4y82sxkg91z4";
};
# This is based on the following source: