go_1_20: 1.20.1 -> 1.20.2

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-03-08 08:44:59 +10:00
parent 0c009e1824
commit 779db7898c

View file

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation rec {
pname = "go";
version = "1.20.1";
version = "1.20.2";
src = fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
hash = "sha256-tcGjr1LDhabRx2rtU2HPJkWQI5gNAyDedli645FYMaI=";
hash = "sha256-TQ4oUNGXtN2tO9sBljABedCVuzrv1N+8OzZwLDco+Ks=";
};
strictDeps = true;