[Backport release-26.05] linux_zen: 7.0.11 -> 7.0.12 (#530761)

This commit is contained in:
Thiago Kenji Okada
2026-06-11 15:22:02 +00:00
committed by GitHub

View File

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