From e4c90f9115250eaa317775e67f2f84777f646558 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 6 Jul 2026 13:40:16 -0500 Subject: [PATCH] vimPlugins.nvim-test: fix unstable version date Normalize the generated unstable version so the vim plugin updater can parse the package set. --- pkgs/applications/editors/vim/plugins/generated.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d1c14b6c16ab..4af663df2bc6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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";