vimPlugins.neotest-pest: switch to maintained fork

This commit is contained in:
Gaetan Lepage 2024-03-16 11:24:49 +01:00 committed by Matthieu Coudron
parent e46e67694c
commit 3c49b06788
2 changed files with 6 additions and 6 deletions

View File

@ -6625,14 +6625,14 @@ final: prev:
neotest-pest = buildVimPlugin {
pname = "neotest-pest";
version = "2024-02-16";
version = "2024-03-04";
src = fetchFromGitHub {
owner = "theutz";
owner = "V13Axel";
repo = "neotest-pest";
rev = "94ed941af4ea6e7d0caa4de8afbf966f3cfe35e4";
sha256 = "1655rpr007ix9z4nxkabnvdk8c0kj080waxddaq656dhdzdj7l1q";
rev = "25501800b5b8da578a03bb178a007d6f8abe7ae3";
sha256 = "sha256-S36yvNrg6rroZbySOt9SKrHGSV6HUgRlSPUh79RNZ7M=";
};
meta.homepage = "https://github.com/theutz/neotest-pest/";
meta.homepage = "https://github.com/V13Axel/neotest-pest/";
};
neotest-phpunit = buildVimPlugin {

View File

@ -555,7 +555,7 @@ https://github.com/jfpedroza/neotest-elixir/,HEAD,
https://github.com/nvim-neotest/neotest-go/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,HEAD,
https://github.com/haydenmeade/neotest-jest/,HEAD,
https://github.com/theutz/neotest-pest/,HEAD,
https://github.com/V13Axel/neotest-pest/,HEAD,
https://github.com/olimorris/neotest-phpunit/,HEAD,
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
https://github.com/nvim-neotest/neotest-python/,HEAD,