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 }: 7 let 8 pname = "ts_query_ls"; 9 - version = "3.0.0"; 10 in 11 rustPlatform.buildRustPackage { 12 inherit pname version; ··· 15 owner = "ribru17"; 16 repo = "ts_query_ls"; 17 rev = "v${version}"; 18 - hash = "sha256-ZUUTnqafcrJSVsk0Cxfpqlif/z7RMLJlbEYBNUOCYpo="; 19 }; 20 21 nativeBuildInputs = [ cmake ]; 22 23 useFetchCargoVendor = true; 24 - cargoHash = "sha256-AgtbjkEOYeZp9N3uMFzI1o+hnvPQFwHMVS3uiHBUgP0="; 25 26 meta = { 27 description = "LSP implementation for Tree-sitter's query files";
··· 6 }: 7 let 8 pname = "ts_query_ls"; 9 + version = "3.1.0"; 10 in 11 rustPlatform.buildRustPackage { 12 inherit pname version; ··· 15 owner = "ribru17"; 16 repo = "ts_query_ls"; 17 rev = "v${version}"; 18 + hash = "sha256-gnJqSxK8iT48cvgLsJXgQrk2Wo7XQkK0oRirsmfgdAo="; 19 }; 20 21 nativeBuildInputs = [ cmake ]; 22 23 useFetchCargoVendor = true; 24 + cargoHash = "sha256-67/bvQ5jMsYdSe0gSTdbxRsG91Sxd8PMaitByQ6jWyQ="; 25 26 meta = { 27 description = "LSP implementation for Tree-sitter's query files";