go_1_16: 1.16.5 -> 1.16.6

(cherry picked from commit 4695639fdef6095c3b4358d55f5947235159d7e8)
This commit is contained in:
Maxine Aubrey 2021-07-13 17:55:35 +02:00
parent 11beeade2d
commit 3034d322a9
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -50,11 +50,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.16.5";
version = "1.16.6";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-e/p+WQjHzJ512l3fMGbXy88/2fpRlFhRMl7rwX9QuoA=";
sha256 = "sha256-o6XUvEAbUdsGXk+TtSM0ek00OuDAsIplw0I7BaE4A30=";
};
# perl is used for testing go vet