fix: outdated cmd wasn't check for real new versions by guerinoni · Pull Request #2528 · jetify-com/devbox

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish it was this simple :(

Unfortunately, nix package versions don't follow any convention. Some (many) use semver, but many do not.

We have some pretty complicated logic to try to do this on the search server. I can look into open sourcing it so you can use it here.