3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.14.99 -> 4.14.101

This commit is contained in:
Tim Steinbach 2019-02-15 09:51:51 -05:00
parent 50f518c93f
commit 7954ec0ffd
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.14.99";
version = "4.14.101";
# 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 = "02pbi5jck6fp7y5lihn077i0j3hssxcrbsfbxlyp62xjsnp8rycg";
sha256 = "16mnrn2lb6xhcmpqx8brk2w4g6igfb1cwkqkpvlnc7003g2zfbql";
};
} // (args.argsOverride or {}))

View file

@ -14580,7 +14580,6 @@ in
# when adding a new linux version
kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.modinst_arg_list_too_long
kernelPatches.interpreter-trunc
];
};