linux: 4.4.102 -> 4.4.103

This commit is contained in:
Tim Steinbach 2017-12-01 10:07:28 -05:00
parent 777f49bfff
commit a57a32e07c
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.102";
version = "4.4.103";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1zmaispqs9lw1kyalhln2l53hsg99riisgnmc50qj7cyalmc5qpd";
sha256 = "017r4aq6bwhrir3n4nckd5407gpnryv0bbgpp7rv6lnzbxwd008x";
};
} // (args.argsOverride or {}))

View File

@ -12546,7 +12546,6 @@ with pkgs;
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.p9_fixes
kernelPatches.cpu-cgroup-v2."4.4"
kernelPatches.modinst_arg_list_too_long
]