3
0
Fork 0
forked from mirrors/nixpkgs

go_1_15: 1.15.13 -> 1.15.14

This commit is contained in:
Maxine Aubrey 2021-07-13 17:55:25 +02:00
parent 7716a2ea37
commit 25eb6344d0
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -50,11 +50,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.15.13";
version = "1.15.14";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-mQaeciNHnM5FU/hPh0uTRfb0BF8nz1CJSJtUbaYZokQ=";
sha256 = "sha256-YKSlxI1j0KE+yohJAJtiRin/QpyLxdGmqMPE2p805wo=";
};
# perl is used for testing go vet