vimPlugins.neotest-java: 0.38.1 -> 0.38.3

This commit is contained in:
Austin Horstman
2026-08-17 13:42:04 -05:00
parent 66be15d273
commit cd01fc100a

View File

@@ -11627,12 +11627,12 @@ final: prev: {
neotest-java = buildVimPlugin {
pname = "neotest-java";
version = "0.38.1";
version = "0.38.3";
src = fetchFromGitHub {
owner = "rcasia";
repo = "neotest-java";
tag = "v0.38.1";
hash = "sha256-3fJyHajINLocJRlUOR5vQSex4wMIzkH4pfbRhe7YFpc=";
tag = "v0.38.3";
hash = "sha256-EV2NbpIlGtYS8YvGIlhyuSCzu4b13skfBeXZd/cVqQg=";
};
meta.homepage = "https://github.com/rcasia/neotest-java/";
meta.license = getLicenseFromSpdxId "MIT";