mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ts_query_ls: 3.0.0 -> 3.1.0 (#410780)
This commit is contained in:
commit
41797c7e27
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue