Skip to content

Commit

Permalink
rust-cbindgen: switch to useFetchCargoVendor
Browse files Browse the repository at this point in the history
The previous cargo vendor hash was invalidated by recent updates
to the rust infrastructure.
  • Loading branch information
mweinelt committed Jan 22, 2025
1 parent f06293e commit 2373f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/rust/cbindgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2373f4c

Please sign in to comment.