Skip to content

Commit

Permalink
ts_query_ls: 1.0.1 -> 1.4.1 (#361022)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 23, 2024
2 parents eeb4490 + 85cabb4 commit 9c6d358
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.0.1";
version = "1.4.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -15,14 +15,13 @@ rustPlatform.buildRustPackage {
owner = "ribru17";
repo = "ts_query_ls";
rev = "v${version}";
hash = "sha256-jhlFFNzGP9SNw4G2arGPQzQ7KQ4duCse/CQoK9lWaPk=";
hash = "sha256-BPPM21hRRWlCequoHiME+9FAp4JunfdEv6VF5b2gQKs=";
};

nativeBuildInputs = [ cmake ];
doCheck = false; # no tests

useFetchCargoVendor = true;
cargoHash = "sha256-CgX8lPOX3ZvoSD4SuKR8MTpKvLrhIbzrXqlKrvY0xzE=";
cargoHash = "sha256-N7glMlrKotsHXvABYO2J0fNgpbxhsyU/5RWC9GVOwdA=";

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

0 comments on commit 9c6d358

Please sign in to comment.