From cd01fc100a8140a51d5e574ccb9797ef148d4178 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 17 Aug 2026 13:42:04 -0500 Subject: [PATCH] vimPlugins.neotest-java: 0.38.1 -> 0.38.3 --- pkgs/applications/editors/vim/plugins/generated.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 2acb13ca2288..a98244b3f3db 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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";