tree-sitter: unbreak, remove useFetchCargoVendor (#421659)

This commit is contained in:
Vladimír Čunát
2025-07-06 09:03:09 +02:00
@@ -171,8 +171,7 @@ rustPlatform.buildRustPackage {
pname = "tree-sitter";
inherit src version;
useFetchCargoVendor = true;
cargoHash = "sha256-/KCvLsbb6DullLpRoSYbxtSsm/TMc6o0Y/QmK6BN748=";
cargoHash = "sha256-sGh16M7cbT5ct1sT2FcUUoIQFcoOftTuQ0aSCjtkTEs=";
buildInputs =
[ installShellFiles ]