go_1_25: 1.25.10 -> 1.25.11

Changelog: https://go.dev/doc/devel/release#go1.25.minor
This commit is contained in:
Tom Herbers 2026-06-03 09:23:58 +02:00
commit 242fe12299
No known key found for this signature in database
GPG key ID: 841A5B0DCEDA6192

View file

@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.25.10";
version = "1.25.11";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-IM8EqS5a+ZdI40G8iZb6KAkMmsmHZfoRXsXd9B169B0=";
hash = "sha256-e05bB5s8m8QgNzymhiGilrTRPBBzXUrKxBcZKNcPVIA=";
};
strictDeps = true;