ctags-lsp: 0.7.0 -> 0.8.1

https://github.com/netmute/ctags-lsp/releases/tag/v0.8.1
This commit is contained in:
Filip Kokosiński
2025-09-06 13:24:46 +02:00
parent e67134f8d7
commit c99fc5cf76
+2 -2
View File
@@ -11,14 +11,14 @@
}:
buildGoModule rec {
pname = "ctags-lsp";
version = "0.7.0";
version = "0.8.1";
vendorHash = null;
src = fetchFromGitHub {
owner = "netmute";
repo = "ctags-lsp";
tag = "v${version}";
hash = "sha256-yueT8Q/mJTvQ3fqE4237E93W4ToEi0IzSus/xoto6vA=";
hash = "sha256-S+9DT4lcZTcm2dppYbkFklDKzeoOhta2b1OuDytE5sU=";
};
nativeBuildInputs = [ makeWrapper ];