Merge pull request #84801 from Mic92/go

This commit is contained in:
Jörg Thalheim 2020-05-06 06:55:53 +01:00 committed by GitHub
commit b0f49529dd
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.14.1";
version = "1.14.2";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "0xkna02clggcdgl5xxwani62krnf64x6p3hk9k5v9ldh2lhmglia";
sha256 = "0z3zxsnhmsxplnwfw1l9gr6jgglwp50sr3p5njknv9i6jzk89plq";
};
# perl is used for testing go vet