linux-copperhead: 4.13.6.a -> 4.13.7.a

This commit is contained in:
Tim Steinbach 2017-10-15 15:28:16 -04:00
parent 12f460e9e6
commit 19997f0100
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.13.6";
version = "4.13.7";
revision = "a";
sha256 = "1xmnnwwlnc7s5zf08rzb4zqd52iysz81y9iqdn7rdqr3c8j7pdv9";
sha256 = "1ddhjj77pslivy6ngkqn020z08n5nvq8p261hz14sgp8h69v30is";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));