go_1_21: 1.21.10 -> 1.21.11

Changelog: https://go.dev/doc/devel/release#go1.21
(cherry picked from commit c06c5c6f91)
This commit is contained in:
zowoq 2024-06-05 12:05:46 +10:00 committed by github-actions[bot]
parent 0d2739fb1c
commit 9fb1639dbe

View File

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