go_1_15: 1.15.8 -> 1.15.10

fixes CVE-2021-27918, CVE-2021-27919
This commit is contained in:
Maxine Aubrey 2021-03-11 17:08:44 +01:00 committed by tomberek
parent 8d301a28ad
commit 6a99841c11

View File

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