Merge pull request #83689 from flokli/go-1.14.1

go_1_14: 1.14 -> 1.14.1
This commit is contained in:
Jörg Thalheim 2020-04-02 20:38:13 +01:00 committed by GitHub
commit d7f86b3e6f
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";
version = "1.14.1";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "12a3nzj4k4p5ica447sjfva9pvvj84a03b4xlg3mhl2nmm33wr3d";
sha256 = "0xkna02clggcdgl5xxwani62krnf64x6p3hk9k5v9ldh2lhmglia";
};
# perl is used for testing go vet