Skip to content

Commit

Permalink
rust-cbindgen: upgrade cargo fetcher and cargoSha256
Browse files Browse the repository at this point in the history
Infra upgrade as part of #79975; no functional change expected.
  • Loading branch information
bhipple committed Mar 15, 2020
1 parent fbafe7c commit 0ab1692
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/tools/rust/cbindgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1x21g66gri6z9bnnfn7zmnf2lwdf5ing76pcmw0ilx4nzpvfhkg0";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "13fb8cdg6r0g5jb3vaznvv5aaywrnsl2yp00h4k8028vl8jwwr79";
cargoSha256 = "13fbahdih5whll09pfgyb1bjag1f0d0xfwgm2s342bs1krxsrbh3";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit 0ab1692

Please sign in to comment.