linux-copperhead: 4.15.14.a -> 4.15.15.a

This commit is contained in:
Tim Steinbach 2018-03-31 17:16:41 -04:00
parent 32e47b19f2
commit 2dfaf6992c
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.14";
version = "4.15.15";
revision = "a";
sha256 = "1y5w02gr108098p26l6gq8igrk435ljlqiazxwha6lgajk1rgpv2";
sha256 = "08jsdnkfqcigcr87yhszbnz8gh62vdmxdwlr38gjxximv95k1gf7";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));