tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 4.4.102 -> 4.4.103
Tim Steinbach
8 years ago
a57a32e0
777f49bf
+2
-3
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-4.4.nix
top-level
all-packages.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-4.4.nix
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
-
version = "4.4.102";
5
extraMeta.branch = "4.4";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
-
sha256 = "1zmaispqs9lw1kyalhln2l53hsg99riisgnmc50qj7cyalmc5qpd";
10
};
11
} // (args.argsOverride or {}))
···
1
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
2
3
import ./generic.nix (args // rec {
4
+
version = "4.4.103";
5
extraMeta.branch = "4.4";
6
7
src = fetchurl {
8
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9
+
sha256 = "017r4aq6bwhrir3n4nckd5407gpnryv0bbgpp7rv6lnzbxwd008x";
10
};
11
} // (args.argsOverride or {}))
-1
pkgs/top-level/all-packages.nix
···
12546
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
12547
kernelPatches =
12548
[ kernelPatches.bridge_stp_helper
12549
-
kernelPatches.p9_fixes
12550
kernelPatches.cpu-cgroup-v2."4.4"
12551
kernelPatches.modinst_arg_list_too_long
12552
]
···
12546
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
12547
kernelPatches =
12548
[ kernelPatches.bridge_stp_helper
0
12549
kernelPatches.cpu-cgroup-v2."4.4"
12550
kernelPatches.modinst_arg_list_too_long
12551
]