linux-copperhead: 4.15.4.a -> 4.15.5.a

This commit is contained in:
Tim Steinbach 2018-02-23 08:35:23 -05:00
parent 8c3e7149df
commit 27dd924b49
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.15.4";
version = "4.15.5";
revision = "a";
sha256 = "0j7nla8vjrxr82nfx8dl34qk8b56piwqbndqch9rv7plgl30hkj7";
sha256 = "082b5mwkklf111516qld980dqh4q7g1afb2y7mhc2in5pgkgqrws";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));