go_1_20: 1.20.3 -> 1.20.4

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-05-03 09:35:54 +10:00
parent 7462e96da1
commit 094aeff17c

View File

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