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

This commit is contained in:
Tim Steinbach 2018-04-19 21:37:29 -04:00
parent 8cd80f3871
commit 4631fde2ab
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.17";
version = "4.15.18";
revision = "a";
sha256 = "0rm5dlfj3ryz879p04px1y3hvlfgh3ryk13ihldnl2j1dzl2046i";
sha256 = "1wld16i3r06mqxwwkghsxnnivg1jpc6c15y9iclhdgl4srcs1qp6";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));