linux-copperhead: 4.14.39.a -> 4.14.41.a

This commit is contained in:
Tim Steinbach 2018-05-16 21:56:19 -04:00
parent e3b3eac630
commit b577dc3bd0
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.39";
version = "4.14.41";
revision = "a";
sha256 = "19nx537a8kbbyp5d67anrqfw8i8hliw3yb1gyrf70isl3fqifjaa";
sha256 = "16jwv1drs6xlwghzn8ps7v8x5xja61b5y6747c86g17idfaac1k3";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));