linux_zen: 7.0.12 -> 7.1.2

(cherry picked from commit f15c92705f)
This commit is contained in:
R. Ryantm 2026-06-28 01:25:05 +00:00 committed by github-actions[bot]
commit bb72c90cc7

View file

@ -18,7 +18,7 @@ in
buildLinux (
args
// rec {
version = "7.0.12";
version = "7.1.2";
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 = "02fkkmmc28rw0kg02807jvv6k745zqfb9wg65dfd8sl298krp0fp";
sha256 = "0d02lgwl0x415xrbznsldd7j1krpzlnbd2ciis3shz8zhmbhfg1f";
};
# This is based on the following source: