Merge #253737: go_1_20: 1.20.7 -> 1.20.8

...into staging
This commit is contained in:
Vladimír Čunát 2023-09-07 13:37:35 +02:00
commit 6f51712ed3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.20.7";
version = "1.20.8";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-LF7pyeweczsNu8K9/tP2IwblHYFyvzj09OVCsnUg9Zc=";
hash = "sha256-ONcXFPpSeflyQEUZVtjkfjwbal3ny4QTeUnWK13TGC4=";
};
strictDeps = true;