go_1_20: 1.20.4 -> 1.20.5

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-06-07 07:04:36 +10:00
parent 71a0dc0490
commit deb3d80ae0

View File

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