gobusybox: pin buildGoModule to 1.24

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-09-08 09:49:04 +02:00
parent cb2698f933
commit dd64e0830e
+5 -2
View File
@@ -1,10 +1,13 @@
{
lib,
buildGoModule,
# Build fails with Go 1.25, with the following error:
# 'vendor/golang.org/x/tools/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)'
# Wait for upstream to update their vendored dependencies before unpinning.
buildGo124Module,
fetchFromGitHub,
}:
buildGoModule (finalAttrs: {
buildGo124Module (finalAttrs: {
pname = "gobusybox";
version = "0.2.0-unstable-2024-03-05";