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

This commit is contained in:
Tim Steinbach 2017-11-08 14:33:35 -05:00
parent 087d1e8d36
commit 4cb8c5dc3c
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.11";
version = "4.13.12";
revision = "a";
sha256 = "1nby5iii1k0vjvs1s2qvlszln2p9sza9ivbjjdhrmvpp1shzwcvx";
sha256 = "10zfdv0s5jdpp9nqbxi34wwf1pqh3fjflgcd60f7cbr95ivvkl9r";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));