go_1_26: 1.26.3 -> 1.26.4

(cherry picked from commit b359a44a03)
(cherry picked from commit f16209a21ec4da1743f1137e02a62b93c4fe10cd)
This commit is contained in:
Leon Klingele
2026-06-22 08:21:27 +02:00
committed by Vladimír Čunát
parent 15c74e4f1e
commit 9b9b7a4d93
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.26.3";
version = "1.26.4";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-HGRoddCqh5kTMYTtV895/yS97+jIggRwYCqdPW2Rkrg=";
hash = "sha256-T2aKMvv8ETLmqIH7lowvHa2mMUkqM5IRc1+7JVpCYC0=";
};
strictDeps = true;