go_1_20: 1.20.2 -> 1.20.3

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-04-05 07:37:17 +10:00
parent ad0239e550
commit 416d51a21c

View File

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