go_1_16: 1.16.13 -> 1.16.14

This commit is contained in:
zowoq
2022-02-11 10:28:25 +10:00
parent f789c2bb28
commit 4a3fd67be9
+2 -2
View File
@@ -54,11 +54,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.16.13";
version = "1.16.14";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-sJJmVOrrAe9DgWY49C17FoHy0/QblVnwdzVSK3r61Bo=";
sha256 = "sha256-RniYzTohbeVNy5AU9UHv536beacVTbwf0t13iwxj+1Y=";
};
# perl is used for testing go vet