rust-cbindgen: switch to useFetchCargoVendor

The previous cargo vendor hash was invalidated by recent updates
to the rust infrastructure.
This commit is contained in:
Martin Weinelt
2025-01-22 15:05:39 +01:00
parent f06293ebea
commit 2373f4c21c
@@ -23,7 +23,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-1GT+EgltLhveEACxhY+748L1HIIyQHbEs7wLKANFWr0=";
};
cargoHash = "sha256-VaM2+az881qePMqkQRxVxoXCgrgPC8LqSQNDst1bnkY=";
useFetchCargoVendor = true;
cargoHash = "sha256-k8n3adoqKp/RXkHybCKV2KlVnaoEhM6vF57BqeCDAP4=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;