linux-copperhead: 4.13.12.a -> 4.13.13.a

This commit is contained in:
Tim Steinbach 2017-11-16 13:58:43 -05:00
parent c96cc5ddf1
commit 55851579d9
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.12";
version = "4.13.13";
revision = "a";
sha256 = "10zfdv0s5jdpp9nqbxi34wwf1pqh3fjflgcd60f7cbr95ivvkl9r";
sha256 = "1bph0cvmms16mi5iczr6q1wrz7fp5gl2kz5lk8b3cx04wpj65jfl";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));