go_1_8: 1.8.5 -> 1.8.7

This commit is contained in:
adisbladis 2018-02-11 00:37:33 +08:00
parent cac2a6596c
commit d424160b33
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
1 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "go-${version}"; name = "go-${version}";
version = "1.8.5"; version = "1.8.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golang"; owner = "golang";
repo = "go"; repo = "go";
rev = "go${version}"; rev = "go${version}";
sha256 = "1ab021l3v29ciaxp738cjpbkh1chlsl6928672q3i82anmdzn5m5"; sha256 = "06v83fb75079dy2dc1927sr9bwvcpkkzl9d4wcw10scj70vj4a0x";
}; };
# perl is used for testing go vet # perl is used for testing go vet