linux-copperhead: 4.13.1.a -> 4.13.1.b

This commit is contained in:
Tim Steinbach 2017-09-13 08:20:58 -04:00
parent 4f34a3b230
commit 87fa247867
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -4,8 +4,8 @@ with stdenv.lib;
let
version = "4.13.1";
revision = "a";
sha256 = "19x3rg75r4xm67wbr54iypbjsrfka7mz2vp3yswp4x4x94g457bh";
revision = "b";
sha256 = "0l64r4978ynwpikw9fvhzzyrhvxhl7chwkbns1064c1dhr6j0zg6";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));