ts_query_ls: 3.10.0 -> 3.11.0 (#434292)

This commit is contained in:
Nick Cao
2025-08-17 19:57:47 -04:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
pname = "ts_query_ls";
version = "3.10.0";
version = "3.11.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -15,12 +15,12 @@ rustPlatform.buildRustPackage {
owner = "ribru17";
repo = "ts_query_ls";
rev = "v${version}";
hash = "sha256-D8coYFkPOCt7eGeb/Qo4GLqtJNF7kn3gOjF3nUT4+H4=";
hash = "sha256-zRUZ+ohZa5pUNJiqNLY1VKEmeRsJyNRyjhzpECsYfZg=";
};
nativeBuildInputs = [ cmake ];
cargoHash = "sha256-/HcvW0TIDrzgLUVt7yqy4cZ537rNVWP/qUBphWwyde8=";
cargoHash = "sha256-gjgoj5EKDPcyPkOnuG8ThhjxF3GiQ8FzhOrqXneqA+E=";
meta = {
description = "LSP implementation for Tree-sitter's query files";