···2425stdenv.mkDerivation rec {
26 name = "go-${version}";
27- version = "1.7.4";
2829 src = fetchFromGitHub {
30 owner = "golang";
31 repo = "go";
32 rev = "go${version}";
33- sha256 = "1ks3xph20afrfp3vqs1sjnkpjb0lgxblv8706wa3iiyg7rka4axv";
34 };
3536 # perl is used for testing go vet
···105106 patches =
107 [ ./remove-tools-1.7.patch
108- ./ssl-cert-file-1.7.patch
109 ./creds-test.patch
110111 # This test checks for the wrong thing with recent tzdata. It's been fixed in master but the patch
···2425stdenv.mkDerivation rec {
26 name = "go-${version}";
27+ version = "1.7.5";
2829 src = fetchFromGitHub {
30 owner = "golang";
31 repo = "go";
32 rev = "go${version}";
33+ sha256 = "00radlwbrssn0x3naamb33cfx7ap2jv7s51bqr705nmn2j5yyblk";
34 };
3536 # perl is used for testing go vet
···105106 patches =
107 [ ./remove-tools-1.7.patch
108+ ./ssl-cert-file.patch
109 ./creds-test.patch
110111 # This test checks for the wrong thing with recent tzdata. It's been fixed in master but the patch