go_1_23: 1.23.10 -> 1.23.11

Changelog: https://go.dev/doc/devel/release#go1.23.11
This commit is contained in:
zowoq 2025-07-09 09:38:31 +10:00
parent e310fdfae3
commit bd6de4f234

View File

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.10";
version = "1.23.11";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-gAp64b/xeaIntlOi9kRRfIAEQ7i0q/MnOvXhy3ET3lk=";
hash = "sha256-KWOBYHpIOoqGZ9dpUzF1L5Sh8jHCBOJSfS8i4ePRJH0=";
};
strictDeps = true;