ctags-lsp: 0.9.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2026-01-13 09:52:38 +00:00
parent 5cc1118e4a
commit c7f2ddfcad
+2 -2
View File
@@ -11,14 +11,14 @@
}:
buildGoModule rec {
pname = "ctags-lsp";
version = "0.9.1";
version = "0.10.2";
vendorHash = null;
src = fetchFromGitHub {
owner = "netmute";
repo = "ctags-lsp";
tag = "v${version}";
hash = "sha256-QF1TBHo2/2Hsnbv4kDw/RYUw9pN8fAVX11lE3J1/k8I=";
hash = "sha256-8cknVcXIuV7mmRMm87jn2l3qrfaY3CGzCZ0VW5Vb9xk=";
};
nativeBuildInputs = [ makeWrapper ];