linux-copperhead: 4.15.a -> 4.15.1.a

This commit is contained in:
Tim Steinbach 2018-02-03 20:36:14 -05:00
parent fcbb7da942
commit 4069faad7f
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";
version = "4.15.1";
revision = "a";
sha256 = "1jia6isz4mi7a76rg7nd5iqll6py5kjz0myp4z0dx17xm9axcgqm";
sha256 = "1k9ng0110vzl29rzbglk3vmnpfqk04rd2mja5aqql81z5pb1x528";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));