Skip to content

Commit

Permalink
rust-bindgen: 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 authored and Jon committed Feb 16, 2020
1 parent 3a77304 commit 16eb59c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/tools/rust/bindgen/default.nix
Expand Up @@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0zxqryqks9in9q7az0lrw8fq9wnc5p4yf6b1fxnzy2j6qhlw2c5c";
};

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

cargoSha256 = "1wy5xdkf9ql2l9qavi0fh7hwjvly108f4l2m1k947412fyjwr7x7";
cargoSha256 = "1fdgm83l9d469garfbgny6jk1fvwnwh32sybz9g7s2qzrvzzrx1d";

libclang = llvmPackages.libclang.lib; #for substituteAll

Expand Down

0 comments on commit 16eb59c

Please sign in to comment.