go_1_23: 1.23.11 -> 1.23.12

Changelog: https://go.dev/doc/devel/release#go1.23.12
This commit is contained in:
zowoq 2025-08-07 09:04:19 +10:00
parent 0ea5aaf2f2
commit 84fb6b5757

View File

@ -27,11 +27,11 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "go"; pname = "go";
version = "1.23.11"; version = "1.23.12";
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-KWOBYHpIOoqGZ9dpUzF1L5Sh8jHCBOJSfS8i4ePRJH0="; hash = "sha256-4czpN5ok6JVxSkEsfd0VfSYU2e2+g6hESbbhhAtPEiY=";
}; };
strictDeps = true; strictDeps = true;