vimPlugins.image-nvim is outdated

I noticed that vimPlugins.image-nvim is at version 1.3.0 ( NixOS Search ) but 1.4.0 was released in September ( image.nvim/CHANGELOG.md at 446a8a5cc7a3eae3185ee0c697732c32a5547a0b · 3rd/image.nvim · GitHub ). AFAIK vim plugins are updated automatically (as seen here: https://github.com/NixOS/nixpkgs/issues?q=“vimplugins%3A%20update”) but seems like this plugin is not. Is this intentional?

2 Likes

It appears that the author of this package used fetchzip instead of fetchFromGitHub.

The image.nvim repository doesn’t have a new tag, so https://github.com/3rd/image.nvim/archive/v1.3.0.zip is used instead.

Why did the author use fetchzip instead of fetchFromGitHub?

I have no idea.

What I see is that there is a new tag on github: GitHub - 3rd/image.nvim at v1.4.0 . But I don’t see a new version on luarocks: image.nvim - LuaRocks

Maybe this is the problem? Should I raise an issue at the image.nvim asking them to publish a new version at luarocks?