Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-21 01:19:31 +00:00
committed by GitHub
90 changed files with 637 additions and 213 deletions
+2 -2
View File
@@ -36,11 +36,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.14.13";
version = "1.14.14";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "0xxins5crcgghgvnzplmp0qyv2gbmh36v1fpl15d03jwdd6287ds";
sha256 = "0vx7r0bb1a500znnnh7v3wgw22ly3p2x06vzyi9hiblgylrby132";
};
# perl is used for testing go vet