ts_query_ls: 3.10.0 -> 3.11.0 (#434292)

authored by Nick Cao and committed by GitHub a417fe6e 255daac3

+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.10.0"; 9 + version = "3.11.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-D8coYFkPOCt7eGeb/Qo4GLqtJNF7kn3gOjF3nUT4+H4="; 18 + hash = "sha256-zRUZ+ohZa5pUNJiqNLY1VKEmeRsJyNRyjhzpECsYfZg="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ]; 22 22 23 - cargoHash = "sha256-/HcvW0TIDrzgLUVt7yqy4cZ537rNVWP/qUBphWwyde8="; 23 + cargoHash = "sha256-gjgoj5EKDPcyPkOnuG8ThhjxF3GiQ8FzhOrqXneqA+E="; 24 24 25 25 meta = { 26 26 description = "LSP implementation for Tree-sitter's query files";