Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-08 12:06:16 +00:00
committed by GitHub
40 changed files with 508 additions and 310 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ let
inherit (lib) optionals optionalString;
version = "1.15.10";
version = "1.15.11";
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 = "0rfx20y13cflv68nn8jci1fx34vfdn7qgyavm5hivd0h15pcmny1";
sha256 = "1rb1s130yqy80kcl140k5a53xhvw4fmrpmclvqygcv67si0j8nzj";
};
# perl is used for testing go vet