Merge #246663: go_1_20: 1.20.6 -> 1.20.7

...into staging
This commit is contained in:
Vladimír Čunát 2023-08-02 19:08:03 +02:00
commit ac043efd0f
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.6";
version = "1.20.7";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-Yu5bxvtVuLro9wXgy434bWRTYmtOz5MnnihnCS4Lf3A=";
hash = "sha256-LF7pyeweczsNu8K9/tP2IwblHYFyvzj09OVCsnUg9Zc=";
};
strictDeps = true;