go_1_15: 1.15.14 -> 1.15.15

(cherry picked from commit 1d3f4cd77fd7ce68cc80f2dd33bd678a5633af93)
This commit is contained in:
zowoq 2021-08-06 07:37:00 +10:00 committed by github-actions[bot]
parent 178da37860
commit 9b73e93818
1 changed files with 2 additions and 2 deletions

View File

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