Skip to content

Commit 6a824c3

Browse files
authored
go_1_23: 1.23.9 -> 1.23.10 (#414365)
2 parents a78c493 + a4a78c5 commit 6a824c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/go/1.23.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ let
2727
in
2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "go";
30-
version = "1.23.9";
30+
version = "1.23.10";
3131

3232
src = fetchurl {
3333
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
34-
hash = "sha256-CPZBlUdWPtnnA30SuciQlnfHL3X2LvhYh+2dv0m40t0=";
34+
hash = "sha256-gAp64b/xeaIntlOi9kRRfIAEQ7i0q/MnOvXhy3ET3lk=";
3535
};
3636

3737
strictDeps = true;

0 commit comments

Comments
 (0)