linux-copperhead: 4.15.2.a -> 4.15.3.a

This commit is contained in:
Tim Steinbach 2018-02-12 07:56:09 -05:00
parent daae04db34
commit 8a60770f6b
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.2";
version = "4.15.3";
revision = "a";
sha256 = "1rmia5k07pfx47qkc8nx3xiap6mxbwlry3jxrx4kwf3hh5cnqnsv";
sha256 = "1fxdllg60hwlbmjijcj7w6c3xz0rf9268f12qy45diahmydyccgc";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));