linux: 4.19.36 -> 4.19.37

This commit is contained in:
Tim Steinbach 2019-04-27 07:55:27 -04:00
parent ae7baea76f
commit d43faab5ef
No known key found for this signature in database
GPG key ID: 6C654787275A64F1
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
version = "4.19.36";
version = "4.19.37";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1g7jcgg4889vj567jjl0q7ycksnm05xxzfd3jj6ji7bz2w4ba25q";
sha256 = "0rcwzzbm4853rhsj5mkya0asi6bhsg3mhh9r9ihps31cqc7b7c7c";
};
} // (args.argsOverride or {}))

View file

@ -15028,7 +15028,6 @@ in
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.modinst_arg_list_too_long
kernelPatches.i2c-oops
];
};