go_1_15: 1.15.13 -> 1.15.14
(cherry picked from commit 25eb6344d03d644084d9d3cb3c571f5664accf93)
This commit is contained in:
parent
8f3ec9ee43
commit
11beeade2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user