3
0
Fork 0
forked from mirrors/nixpkgs

linux-copperhead: 4.15.16.a -> 4.15.17.a

This commit is contained in:
Tim Steinbach 2018-04-13 09:02:09 -04:00
parent 0625f77256
commit f8e25030be
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.16";
version = "4.15.17";
revision = "a";
sha256 = "0jxf01gf5rh6kwxcsv6mwlhq3wva2ps0ayrx40zwrdhkqy03w79x";
sha256 = "0rm5dlfj3ryz879p04px1y3hvlfgh3ryk13ihldnl2j1dzl2046i";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));