linux: 4.14.113 -> 4.14.114

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

View file

@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
version = "4.14.113";
version = "4.14.114";
# 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 = "1hnsmlpfbcy52dax7g194ksr9179kpigj1y5k44jkwmagziz4kdj";
sha256 = "05cyq4id1l3z8hhfs7ril9qc92pfx9h9pgvwl18q1lf8mg7ispmp";
};
} // (args.argsOverride or {}))

View file

@ -15021,7 +15021,6 @@ in
# when adding a new linux version
kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.i2c-oops
];
};
@ -23857,7 +23856,7 @@ in
newlibCross = callPackage ../development/misc/newlib {
stdenv = crossLibcStdenv;
};
omnisharp-roslyn = callPackage ../development/tools/omnisharp-roslyn { };
}