go_1_20: 1.20.5 -> 1.20.6

Changelog: https://go.dev/doc/devel/release#go1.20
This commit is contained in:
zowoq 2023-07-12 08:59:03 +10:00
parent 6dee9bc970
commit 3c53623bf4

View File

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