Closed mab closed 1 year ago
Problem is that I used stable
(neovim/neovim@stable
and therefore the version_constraint: semver(">= 0.7.2")
does not work. I switched to 0.9.1.
Could you specify the semver such as v0.9.1
instead of stable
?
aqua treats each package version is immutable, so once aqua installs the version stable
, aqua doesn't update it even if the version stable
is updated.
I confirmed v0.9.1 works well.
Stable should not be used -> all works as expected.
package name
neovim/neovim@stable
aqua version
Environment
Overview
How to reproduce
aqua.yaml
type: standard ref: v4.40.0 # renovate: depName=aquaproj/aqua-registry packages:
name: neovim/neovim@stable
name: twpayne/chezmoi@v2.37.0
executed command and output
aqua install
and runnvim --version
Location of bin is different to the one in the `registry.yaml``
Run :checkhealth for more info
References