Merge pull request #87913 from zowoq/go113

go_1_13: 1.13.8 -> 1.13.11, stop setting GOPATH
This commit is contained in:
zimbatm 2020-05-16 12:39:53 +02:00 committed by GitHub
commit 9fbb82f46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.13.8";
version = "1.13.11";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "0d7cxffk72568h46srzswrxd0bsdip7amgkf499wzn6l6d3g0fxi";
sha256 = "0y86q2k00lh8c7wj3lha43g804iwr61nap8j3i907l2sway1mvc9";
};
# perl is used for testing go vet
@ -229,8 +229,6 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
setupHook = ./setup-hook.sh;
disallowedReferences = [ goBootstrap ];
meta = with stdenv.lib; {