go_1_16: 1.16.7 -> 1.16.8

(cherry picked from commit a9dd9983de642b0d4522f2dc3cafa2be65562f7c)
This commit is contained in:
zowoq 2021-09-10 09:35:53 +10:00 committed by github-actions[bot]
parent 05d063d9e6
commit c05d4e82d3

View File

@ -50,11 +50,11 @@ in
stdenv.mkDerivation rec {
pname = "go";
version = "1.16.7";
version = "1.16.8";
src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "sha256-Gp8olNPYeHKfcEUHLzC+zr4kNSTPL85OCnskix4GVKw=";
sha256 = "sha256-jyqMJLeTN1syQ9+C/bDIOHSG3MioksocmRqpms4Ia5g=";
};
# perl is used for testing go vet