go_1_26: 1.26.2 -> 1.26.3

Changelog: https://go.dev/doc/devel/release#go1.26.minor
This commit is contained in:
Tom Herbers
2026-05-07 18:53:54 +02:00
parent 2a9447fe3d
commit 5d2d08ceef
+2 -2
View File
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.26.2";
version = "1.26.3";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-LpHrtpR6lulDb7KzkmqIAu/mOm03Xf/sT4Kqnb1v1Ds=";
hash = "sha256-HGRoddCqh5kTMYTtV895/yS97+jIggRwYCqdPW2Rkrg=";
};
strictDeps = true;