Merge pull request #26050 from sigma/pr/go-1.8.2

go: 1.8.1 -> 1.8.2
This commit is contained in:
Franz Pletz 2017-05-24 12:53:19 +02:00 committed by GitHub
commit 760248360c

View File

@ -25,13 +25,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "go-${version}"; name = "go-${version}";
version = "1.8.1"; version = "1.8.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golang"; owner = "golang";
repo = "go"; repo = "go";
rev = "go${version}"; rev = "go${version}";
sha256 = "1157mmzjpk887cpcpn2qy9c69anc22c4p3cjpl84zl7an41x660j"; sha256 = "0haazh0sk1zys1gbmbi128rmcyrd6f32amp6a872jqhadjlvj9qv";
}; };
# perl is used for testing go vet # perl is used for testing go vet