go_1_21: 1.21.8 -> 1.21.9

Changelog: https://go.dev/doc/devel/release#go1.21
This commit is contained in:
zowoq 2024-04-04 08:18:31 +10:00
parent 7736a60d11
commit 2d975504f2

View File

@ -46,11 +46,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.21.8";
version = "1.21.9";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-3IBs91qH4UFLW0w9y53T6cyY9M/M7EK3r2F9WmWKPEM=";
hash = "sha256-WPDFztRaABK84v96nfA+Eoq8yIGOur5QJ7uSuv4g5CE=";
};
strictDeps = true;