go_1_16: 1.16.3 -> 1.16.4

This commit is contained in:
Danielle Lancashire 2021-05-06 19:38:55 +00:00 committed by zowoq
parent 16067d53d1
commit 54ada505a8
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ let
inherit (lib) optionals optionalString;
version = "1.16.3";
version = "1.16.4";
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-spjSnekjbKR6Aj44IxO8wtLu0x36cGtgoEEDzoOnGiU=";
sha256 = "sha256-rk9rbioWd9MYF5hGVadiB0tTVtpQ+1hyK5kQSHDUNQM=";
};
# perl is used for testing go vet