go: 1.14.1 -> 1.14.2

This commit is contained in:
Jörg Thalheim 2020-05-05 17:58:20 +01:00
parent 18a6a7783b
commit 416caeb6db
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

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