ts_query_ls: 1.8.0 -> 1.9.0 (#388598)

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

authored by nixpkgs-merge-bot[bot] ribru17 and committed by GitHub d3ea0717 a7cddee0

+3 -3
+3 -3
pkgs/by-name/ts/ts_query_ls/package.nix
··· 6 6 }: 7 7 let 8 8 pname = "ts_query_ls"; 9 - version = "1.8.0"; 9 + version = "1.9.0"; 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 inherit pname version; ··· 15 15 owner = "ribru17"; 16 16 repo = "ts_query_ls"; 17 17 rev = "v${version}"; 18 - hash = "sha256-HSYPYiYoU8bcMJkq27gSDELLxL8uCU9bHvf1JQq9tVI="; 18 + hash = "sha256-pjV5WRHcBZUFGr06YKlkZST0E47SNt5bxOM7my3TiF8="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ]; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-h1Qm4DSknSmeo7KKrdC8b7VNw/dzQ6fEgX4MWQcrAnk="; 24 + cargoHash = "sha256-Tyw8IqaqHmxN//MNtrSuS0xLwh+xDjemquKouLIlsHQ="; 25 25 26 26 meta = { 27 27 description = "LSP implementation for Tree-sitter's query files";