tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.9.65 -> 4.9.66
Tim Steinbach
8 years ago
777f49bf
28630224
+2
-3
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.9.nix
top-level
all-packages.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.9.nix
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.9.65";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
-
sha256 = "15a8a7p6i2dgiglps22cwsy5gsfkc39fy4jzvhjwz8s9fn3p1fi4";
10
};
11
} // (args.argsOverride or {}))
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.9.66";
5
extraMeta.branch = "4.9";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha256 = "0fwnmba25ww5q4asfz3mqdmbrhfdfgid388701h4xy20pwpjndsy";
10
};
11
} // (args.argsOverride or {}))
-1
pkgs/top-level/all-packages.nix
···
12560
linux_4_9 = callPackage ../os-specific/linux/kernel/linux-4.9.nix {
12561
kernelPatches =
12562
[ kernelPatches.bridge_stp_helper
12563
-
kernelPatches.p9_fixes
12564
kernelPatches.cpu-cgroup-v2."4.9"
12565
kernelPatches.modinst_arg_list_too_long
12566
]
···
12560
linux_4_9 = callPackage ../os-specific/linux/kernel/linux-4.9.nix {
12561
kernelPatches =
12562
[ kernelPatches.bridge_stp_helper
0
12563
kernelPatches.cpu-cgroup-v2."4.9"
12564
kernelPatches.modinst_arg_list_too_long
12565
]