go_1_23: 1.23.8 -> 1.23.9

Changelog: https://go.dev/doc/devel/release#go1.23.9
This commit is contained in:
zowoq
2025-05-07 08:43:46 +10:00
parent 4b62180ead
commit 55ea775267
+2 -2
View File
@@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.23.8";
version = "1.23.9";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-DKHx436iVePOKDrz9OYoUC+0RFh9qYelu5bWxvFZMNQ=";
hash = "sha256-CPZBlUdWPtnnA30SuciQlnfHL3X2LvhYh+2dv0m40t0=";
};
strictDeps = true;