3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Tim Steinbach 2017-09-16 08:57:07 -04:00
parent 27e87d8bc8
commit 08229bba30
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.1";
revision = "b";
sha256 = "0l64r4978ynwpikw9fvhzzyrhvxhl7chwkbns1064c1dhr6j0zg6";
version = "4.13.2";
revision = "a";
sha256 = "1srglf014a2ra4sgzwrf53wdc3rrr5lx8dcx57xm4lpvrc4r66y6";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));