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

This commit is contained in:
Tim Steinbach 2017-12-09 14:54:16 -05:00
parent 8f4f9b6223
commit 146355628b
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.3";
version = "4.14.4";
revision = "a";
sha256 = "18pcmi927gw4a0ih09fq1wv0jbzp1z42a8kga8ralcac828i6gi3";
sha256 = "1h99nhm3yd528gj0wg71lzi8v314r6r00m8zh2cw2sz82k7fds4w";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));