vimPlugins.nvim-test: fix unstable version date

Normalize the generated unstable version so the vim plugin updater can parse the package set.
This commit is contained in:
Austin Horstman
2026-07-06 13:40:16 -05:00
parent 384f4d646e
commit e4c90f9115
@@ -13690,7 +13690,7 @@ final: prev: {
nvim-test = buildVimPlugin {
pname = "nvim-test";
version = "1.4.1-unstable-2026-7-2";
version = "1.4.1-unstable-2026-07-02";
src = fetchFromGitHub {
owner = "klen";
repo = "nvim-test";