Revert "go_1_25: 1.25.0 -> 1.25.1"

This reverts commit f68798a02e.

This is a world rebuild now, so we need to land this in the next cycle.
This commit is contained in:
K900
2025-09-08 08:43:13 +03:00
parent a0966d7a77
commit e84ec1a23c
+2 -2
View File
@@ -28,11 +28,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.1";
version = "1.25.0";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-0BDBCc7pTYDv5oHqtGvepJGskGv0ZYPDLp8NuwvRpZQ=";
hash = "sha256-S9AekSlyB7+kUOpA1NWpOxtTGl5DhHOyoG4Y4HciciU=";
};
strictDeps = true;