Skip to content

Commit 8682084

Browse files
authored
[Backport staging-25.11] go_1_25: 1.25.9 -> 1.25.10 (#517933)
2 parents 00e253c + c2188c3 commit 8682084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/compilers/go/1.25.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ let
2525
in
2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "go";
28-
version = "1.25.9";
28+
version = "1.25.10";
2929

3030
src = fetchurl {
3131
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
32-
hash = "sha256-DsnvjrzqCXqsN97K6fCachi0Uc2Wvn1u1RPY5Lz5Cc8=";
32+
hash = "sha256-IM8EqS5a+ZdI40G8iZb6KAkMmsmHZfoRXsXd9B169B0=";
3333
};
3434

3535
strictDeps = true;

0 commit comments

Comments
 (0)