1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

go_1_23: 1.23.9 -> 1.23.10

Changelog: https://go.dev/doc/devel/release#go1.23.10
This commit is contained in:
zowoq 2025-06-06 08:44:24 +10:00
parent 37874de274
commit a4a78c561f

View file

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