tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 6.1.11 -> 6.1.12
authored by
K900
and committed by
Alyssa Ross
3 years ago
6ee2f048
30e36d2e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-6.1.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-6.1.nix
···
3
3
with lib;
4
4
5
5
buildLinux (args // rec {
6
6
-
version = "6.1.11";
6
6
+
version = "6.1.12";
7
7
8
8
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
9
9
modDirVersion = versions.pad 3 version;
···
13
13
14
14
src = fetchurl {
15
15
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
16
16
-
sha256 = "18gpkaa030g8mgmyprl05h4i8y5rjgyvbh0jcl8waqvq0xh0a6sq";
16
16
+
sha256 = "1spdl3i69qwn7cywzs6kql8nlisdnmnwk9za7v4xq1092xsscynl";
17
17
};
18
18
} // (args.argsOverride or { }))