Skip to content

Commit

Permalink
ts_query_ls: 1.5.0 -> 1.8.0 (NixOS#382249)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 15, 2025
2 parents 271f714 + f7320bf commit 99a2b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ts/ts_query_ls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
let
pname = "ts_query_ls";
version = "1.5.0";
version = "1.8.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -15,13 +15,13 @@ rustPlatform.buildRustPackage {
owner = "ribru17";
repo = "ts_query_ls";
rev = "v${version}";
hash = "sha256-XcW5A3l+qAm4PcXX23D7B2/0VVjBYBQFukni5Fo5qHk=";
hash = "sha256-HSYPYiYoU8bcMJkq27gSDELLxL8uCU9bHvf1JQq9tVI=";
};

nativeBuildInputs = [ cmake ];

useFetchCargoVendor = true;
cargoHash = "sha256-t5VPev32fAQbBf2NAtLOUizmLLzVPochwWMy8BhuitM=";
cargoHash = "sha256-h1Qm4DSknSmeo7KKrdC8b7VNw/dzQ6fEgX4MWQcrAnk=";

meta = {
description = "LSP implementation for Tree-sitter's query files";
Expand Down

0 comments on commit 99a2b74

Please sign in to comment.