ts_query_ls: 3.3.0 -> 3.8.0 (#427652)

Co-authored-by: ribru17 <ribru17@gmail.com>

Changed files
+3 -3
pkgs
by-name
ts
ts_query_ls
+3 -3
pkgs/by-name/ts/ts_query_ls/package.nix
···
}:
let
pname = "ts_query_ls";
-
version = "3.3.0";
+
version = "3.8.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
···
owner = "ribru17";
repo = "ts_query_ls";
rev = "v${version}";
-
hash = "sha256-CtR5NDvpE8d5KlmATEwk9LVtVHB6NfGMEtT50s1HsWI=";
+
hash = "sha256-CBsiHK+mt3acyR0HGfx0kIzmTO5FLFjkL2wFK+yILx4=";
};
nativeBuildInputs = [ cmake ];
useFetchCargoVendor = true;
-
cargoHash = "sha256-I47MCmRumJW50dPOaL8rGB7hRvxvF2gx+XmwzKL67Ok=";
+
cargoHash = "sha256-b2lfuWX2c489Sw76TBbFj/krnNS27QL0u7lVWhx1WwM=";
meta = {
description = "LSP implementation for Tree-sitter's query files";