Skip to content

Commit d3ea071

Browse files
ts_query_ls: 1.8.0 -> 1.9.0 (NixOS#388598)
Co-authored-by: ribru17 <[email protected]>
2 parents a7cddee + ed4352e commit d3ea071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ts/ts_query_ls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77
let
88
pname = "ts_query_ls";
9-
version = "1.8.0";
9+
version = "1.9.0";
1010
in
1111
rustPlatform.buildRustPackage {
1212
inherit pname version;
@@ -15,13 +15,13 @@ rustPlatform.buildRustPackage {
1515
owner = "ribru17";
1616
repo = "ts_query_ls";
1717
rev = "v${version}";
18-
hash = "sha256-HSYPYiYoU8bcMJkq27gSDELLxL8uCU9bHvf1JQq9tVI=";
18+
hash = "sha256-pjV5WRHcBZUFGr06YKlkZST0E47SNt5bxOM7my3TiF8=";
1919
};
2020

2121
nativeBuildInputs = [ cmake ];
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-h1Qm4DSknSmeo7KKrdC8b7VNw/dzQ6fEgX4MWQcrAnk=";
24+
cargoHash = "sha256-Tyw8IqaqHmxN//MNtrSuS0xLwh+xDjemquKouLIlsHQ=";
2525

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

0 commit comments

Comments
 (0)