vimPlugins.nvim-test: 1.4.1 -> 1.4.1-unstable-2026-7-2

Make nvim-test dependent on the new tree-sitter instead of the legacy one.
This commit is contained in:
leiserfg
2026-07-02 11:40:22 +02:00
parent b5a7bf2648
commit 3fe652d3da
2 changed files with 4 additions and 4 deletions
@@ -13663,12 +13663,12 @@ final: prev: {
nvim-test = buildVimPlugin {
pname = "nvim-test";
version = "1.4.1";
version = "1.4.1-unstable-2026-7-2";
src = fetchFromGitHub {
owner = "klen";
repo = "nvim-test";
tag = "1.4.1";
hash = "sha256-mMi07UbMWmC75DFfW1b+sR2uRPxizibFwS2qcN9rpLI=";
rev = "feb834cbc806029239479f501e8492c01a2bea65";
hash = "sha256-DTns8LG3PFFKYG6Ayt90Brf2lbZjNfDLLKUDxsqMisk=";
};
meta.homepage = "https://github.com/klen/nvim-test/";
meta.license = getLicenseFromSpdxId "MIT";
@@ -3446,7 +3446,7 @@ assertNoAdditions {
# Optional toggleterm integration
checkInputs = [ self.toggleterm-nvim ];
dependencies = with self; [
nvim-treesitter-legacy
nvim-treesitter
nvim-treesitter-parsers.c_sharp
nvim-treesitter-parsers.go
nvim-treesitter-parsers.haskell