go_1_26: 1.26.7 -> 1.26.8

changelog: https://go.dev/doc/devel/release#go1.26.minor
diff: https://github.com/golang/go/compare/go1.26.7...go1.26.8
(cherry picked from commit 54c6f0648c)
This commit is contained in:
whispers
2026-09-03 17:59:02 -04:00
committed by github-actions[bot]
parent 727e2e000c
commit 94c6bc4eac

View File

@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "go";
version = "1.26.7";
version = "1.26.8";
src = fetchurl {
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
hash = "sha256-DtJOrHVRBQhbif6cq8J0K5GgrXuUtZ0602SRjryJVq0=";
hash = "sha256-Tjm5jkL5RvoFrIvFtxh335fb23y7Gnd7VBZnrXEX/S4=";
};
strictDeps = true;