1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux-copperhead: 4.13.4.a -> 4.13.5.a

This commit is contained in:
Tim Steinbach 2017-10-05 16:06:19 -04:00
parent 9e754a6f86
commit 3e5b594732
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.4";
version = "4.13.5";
revision = "a";
sha256 = "0l6xg06w0qicb64h8f6ldic947kn9a68wnad8pjwm89vy8vy4zqm";
sha256 = "139qa6iyyjwn81v6z66ry1sifdvkbnql45m740djc0gv37il7mzv";
# modVersion needs to be x.y.z, will automatically add .0 if needed
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));