linux: 4.9.156 -> 4.9.158

This commit is contained in:
Tim Steinbach 2019-02-15 09:50:01 -05:00
parent 5bd0cdb3d6
commit 50f518c93f
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.9.156";
version = "4.9.158";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "05m82x2zg0nkc6ayk6akgpfhz31zp6dhhlklcfmi419p8fxbkcay";
sha256 = "1vvm2gw5cddy40amxxr1hcw0bis2zldzyicvjhy11wg6j3snk2lc";
};
} // (args.argsOverride or {}))

View File

@ -14570,7 +14570,6 @@ in
[ kernelPatches.bridge_stp_helper
kernelPatches.cpu-cgroup-v2."4.9"
kernelPatches.modinst_arg_list_too_long
kernelPatches.interpreter-trunc
];
};