tree-sitter: unbreak, remove useFetchCargoVendor

This commit is contained in:
Tom van Dijk
2025-07-02 03:19:01 +02:00
parent e17ff436c8
commit dffbb30114
@@ -171,8 +171,7 @@ rustPlatform.buildRustPackage {
pname = "tree-sitter";
inherit src version;
useFetchCargoVendor = true;
cargoHash = "sha256-/KCvLsbb6DullLpRoSYbxtSsm/TMc6o0Y/QmK6BN748=";
cargoHash = "sha256-sGh16M7cbT5ct1sT2FcUUoIQFcoOftTuQ0aSCjtkTEs=";
buildInputs =
[ installShellFiles ]