ts_query_ls: 3.0.0 -> 3.1.0 (#410780)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:06:43 +00:00 committed by GitHub
commit 41797c7e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
}: }:
let let
pname = "ts_query_ls"; pname = "ts_query_ls";
version = "3.0.0"; version = "3.1.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -15,13 +15,13 @@ rustPlatform.buildRustPackage {
owner = "ribru17"; owner = "ribru17";
repo = "ts_query_ls"; repo = "ts_query_ls";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ZUUTnqafcrJSVsk0Cxfpqlif/z7RMLJlbEYBNUOCYpo="; hash = "sha256-gnJqSxK8iT48cvgLsJXgQrk2Wo7XQkK0oRirsmfgdAo=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-AgtbjkEOYeZp9N3uMFzI1o+hnvPQFwHMVS3uiHBUgP0="; cargoHash = "sha256-67/bvQ5jMsYdSe0gSTdbxRsG91Sxd8PMaitByQ6jWyQ=";
meta = { meta = {
description = "LSP implementation for Tree-sitter's query files"; description = "LSP implementation for Tree-sitter's query files";