linux-copperhead: 4.13.9.a -> 4.13.10.a

This commit is contained in:
Tim Steinbach 2017-10-28 13:42:32 -04:00
parent 6ce4147659
commit e76d8af375
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.9";
version = "4.13.10";
revision = "a";
sha256 = "0v2ki1vgmg8yifnflbhryrv7pxvyf0157ysngc1n1hcqyypq4sji";
sha256 = "0m4yxdcll1zvvvagpjf9s7vw7dmad22qbakhc50as3ixyd7w5ah6";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));