linux_hardened_copperhead: 4.14.11a -> 4.14.12a

This commit is contained in:
Andreas Rammhold 2018-01-05 22:33:57 +01:00 committed by Robin Gloster
parent 5391489cfc
commit e5715d92a7

View file

@ -3,9 +3,9 @@
with stdenv.lib;
let
version = "4.14.11";
version = "4.14.12";
revision = "a";
sha256 = "05180jqxama1n0bi650sm9ing222gs2ks13cnpwamr415f01ws9c";
sha256 = "002a3c177fix472wqc89zrpfzwk60l7dn76l869ivgnd60n6wqb2";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));