Merge pull request #80243 from bhipple/u/rust-cargo-rust-cbindgen

rust-cbindgen: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch 2020-03-17 23:08:28 +01:00 committed by GitHub
commit e86ec10426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;