Skip to content

Commit e84ec1a

Browse files
committed
Revert "go_1_25: 1.25.0 -> 1.25.1"
This reverts commit f68798a. This is a world rebuild now, so we need to land this in the next cycle.
1 parent a0966d7 commit e84ec1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/compilers/go/1.25.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let
2828
in
2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "go";
31-
version = "1.25.1";
31+
version = "1.25.0";
3232

3333
src = fetchurl {
3434
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
35-
hash = "sha256-0BDBCc7pTYDv5oHqtGvepJGskGv0ZYPDLp8NuwvRpZQ=";
35+
hash = "sha256-S9AekSlyB7+kUOpA1NWpOxtTGl5DhHOyoG4Y4HciciU=";
3636
};
3737

3838
strictDeps = true;

0 commit comments

Comments
 (0)