go_1_16: 1.16 -> 1.16.2

fixes CVE-2021-27918, CVE-2021-27919
This commit is contained in:
Maxine Aubrey 2021-03-11 17:09:23 +01:00 committed by tomberek
parent 6a99841c11
commit eecacdf3d8

View file

@ -11,7 +11,7 @@ let
inherit (lib) optionals optionalString;
version = "1.16";
version = "1.16.2";
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 = "0nn98xiw8zrvxf9f36p8dzc7ihrrkakr0g9jiy4haqb5alyhd23n";
sha256 = "1sl33wkhp6pi9f15f6khp5a7l7xwmpc3sp1zmji8pjr3g8l19jip";
};
# perl is used for testing go vet