linux-copperhead: 4.14.2.a -> 4.14.3.a

This commit is contained in:
Tim Steinbach 2017-12-02 14:01:14 -05:00
parent e29b1f4ba7
commit 4e7deb7100
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 2 additions and 3 deletions

@ -3,9 +3,9 @@
with stdenv.lib;
let
version = "4.14.2";
version = "4.14.3";
revision = "a";
sha256 = "0bpkff1phc68shw6spkhd6zbxgjkgvdglym8b2hp383h14845qhb";
sha256 = "18pcmi927gw4a0ih09fq1wv0jbzp1z42a8kga8ralcac828i6gi3";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));

@ -12515,7 +12515,6 @@ with pkgs;
linux_hardened_copperhead = callPackage ../os-specific/linux/kernel/linux-hardened-copperhead.nix {
kernelPatches = with kernelPatches; [
kernelPatches.bridge_stp_helper
kernelPatches.p9_fixes
kernelPatches.modinst_arg_list_too_long
kernelPatches.cpu-cgroup-v2."4.11"
kernelPatches.tag_hardened