linux: 4.19.36 -> 4.19.37

(cherry picked from commit d43faab5ef)
This commit is contained in:
Tim Steinbach
2019-04-27 07:55:27 -04:00
parent 70d8e4aa35
commit d352b2d42e
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
@@ -12,6 +12,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

@@ -14118,7 +14118,6 @@ with pkgs;
# when adding a new linux version
# kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.i2c-oops
];
};