mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
linuxKernel.kernels.linux_zen: 7.0.10 -> 7.0.11
(cherry picked from commit ea13c34f92)
This commit is contained in:
parent
703929aca2
commit
7299cb8468
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
buildLinux (
|
||||
args
|
||||
// rec {
|
||||
version = "7.0.10";
|
||||
version = "7.0.11";
|
||||
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 = "1xh7bbis9v7yq2s1zwdnmsx54zz9kcmyn1cnrqqlsassk7fzl7nx";
|
||||
sha256 = "03h6f1pa96xdszpxcnd846n5jgwqmc49gf9wbyq1gy8rlzpc59yr";
|
||||
};
|
||||
|
||||
# This is based on the following source:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue