ts_query_ls: 3.0.0 -> 3.1.0 (#410780)

authored by Wolfgang Walther and committed by GitHub 41797c7e c51f96fa

+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 = "3.0.0"; 9 + version = "3.1.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-ZUUTnqafcrJSVsk0Cxfpqlif/z7RMLJlbEYBNUOCYpo="; 18 + hash = "sha256-gnJqSxK8iT48cvgLsJXgQrk2Wo7XQkK0oRirsmfgdAo="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ]; 22 22 23 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-AgtbjkEOYeZp9N3uMFzI1o+hnvPQFwHMVS3uiHBUgP0="; 24 + cargoHash = "sha256-67/bvQ5jMsYdSe0gSTdbxRsG91Sxd8PMaitByQ6jWyQ="; 25 25 26 26 meta = { 27 27 description = "LSP implementation for Tree-sitter's query files";