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