ts_query_ls: 3.8.0 -> 3.10.0 (#429639)

authored by isabelroses.com and committed by GitHub 0fccabcb a69f2771

+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.8.0"; 9 + version = "3.10.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-CBsiHK+mt3acyR0HGfx0kIzmTO5FLFjkL2wFK+yILx4="; 18 + hash = "sha256-D8coYFkPOCt7eGeb/Qo4GLqtJNF7kn3gOjF3nUT4+H4="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ]; 22 22 23 - cargoHash = "sha256-b2lfuWX2c489Sw76TBbFj/krnNS27QL0u7lVWhx1WwM="; 23 + cargoHash = "sha256-/HcvW0TIDrzgLUVt7yqy4cZ537rNVWP/qUBphWwyde8="; 24 24 25 25 meta = { 26 26 description = "LSP implementation for Tree-sitter's query files";