gobusybox: pin buildGoModule to 1.24

Signed-off-by: Paul Meyer <katexochen0@gmail.com>

+5 -2
+5 -2
pkgs/by-name/go/gobusybox/package.nix
··· 1 1 { 2 2 lib, 3 - buildGoModule, 3 + # Build fails with Go 1.25, with the following error: 4 + # 'vendor/golang.org/x/tools/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)' 5 + # Wait for upstream to update their vendored dependencies before unpinning. 6 + buildGo124Module, 4 7 fetchFromGitHub, 5 8 }: 6 9 7 - buildGoModule (finalAttrs: { 10 + buildGo124Module (finalAttrs: { 8 11 pname = "gobusybox"; 9 12 version = "0.2.0-unstable-2024-03-05"; 10 13