Closed bonds closed 1 year ago
Likely related to #1472 #1431, index should have an update to fix it, but needs validation
This is sorted properly now in the devbox search
output:
❯ devbox search starship --show-all
Found 1+ results for "starship":
* starship (1.16.0, 1.15.0, 1.14.2, 1.14.1, 1.13.1, 1.13.0, 1.12.0, 1.11.0, 1.10.3, 1.10.2, 1.10.1, 1.10.0, 1.9.1, 1.8.0, 1.7.1, 1.6.3, 1.6.2, 2022-04-12, 1.5.4, 1.3.0, 1.2.1, 1.1.1, 1.0.0, 0.58.0, 0.57.0, 0.56.0, 0.55.0, 0.54.0, 0.53.0, 0.52.1, 0.51.0, 0.50.0, 0.49.0, 0.48.0, 0.47.0, 0.46.2, 0.45.2, 0.44.0, 0.43.0, 0.42.0)
Current Behavior (bug)
devbox global update
installs old versions of packages sometimes. The latest example is with starship:When I ran
devbox global update
today, I got what I think was the 2022-04-12 version instead of the 1.15.0 version. I pinned to version 1.15.0 as a workaround. I've had the same problem and used the same workaround for the idris2 package.Expected Behavior (fix)
When I've installed a package and pinned it to the 'latest' version,
devbox global update
should install the latest version, not an old version.Additional context Please include the output of
devbox version -v
and a copy of yourdevbox.json
file.