go_1_21: 1.21.9 -> 1.21.10

Changelog: https://go.dev/doc/devel/release#go1.21
This commit is contained in:
zowoq 2024-05-08 12:25:30 +10:00
parent e39acf1da4
commit 6ca5c1af46

View File

@ -47,11 +47,11 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "go"; pname = "go";
version = "1.21.9"; version = "1.21.10";
src = fetchurl { src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz"; url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-WPDFztRaABK84v96nfA+Eoq8yIGOur5QJ7uSuv4g5CE="; hash = "sha256-kA4K/okAwe5lqKjE8MWjygLc+FwdHLE6ZSviLCE5k5Q=";
}; };
strictDeps = true; strictDeps = true;