linux-copperhead: 4.13.2.a -> 4.13.3.a

This commit is contained in:
Tim Steinbach 2017-09-21 14:37:33 -04:00
parent 217add9043
commit 7d3d276a16
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
with stdenv.lib;
let
version = "4.13.2";
version = "4.13.3";
revision = "a";
sha256 = "1srglf014a2ra4sgzwrf53wdc3rrr5lx8dcx57xm4lpvrc4r66y6";
sha256 = "1w1waqrzji17f7zmnkr7afbd2yz0xqf6m3g8dz2bkd2kzv07vzx5";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));