linux-copperhead: 4.14.5.a -> 4.14.6.a

This commit is contained in:
Tim Steinbach 2017-12-15 12:39:12 -05:00
parent 769f99d206
commit 849074e5cd
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

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