go_1_15: 1.15.12 -> 1.15.13

(cherry picked from commit d038f9545034f237e83f1678ffd34e7b12adf955)
This commit is contained in:
zowoq 2021-06-04 11:18:32 +10:00 committed by Maxine Aubrey
parent df8bcca5fb
commit b718514bcd
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -11,7 +11,7 @@ let
inherit (lib) optionals optionalString;
version = "1.15.12";
version = "1.15.13";
go_bootstrap = buildPackages.callPackage ./bootstrap.nix { };
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-HGkRk330onf6dOe378PQhZRJjExK3AtsSuNWYTdSgJE=";
sha256 = "sha256-mQaeciNHnM5FU/hPh0uTRfb0BF8nz1CJSJtUbaYZokQ=";
};
# perl is used for testing go vet