Merge pull request #80304 from bhipple/u/rust-cargo-todiff

todiff: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Léo Gaspard 2020-02-16 23:14:09 +01:00 committed by GitHub
commit 79e1b3ddb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1y0v8nkaqb8kn61xwarpbyrq019gxx1f5f5p1hzw73nqxadc1rcm";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0xn5p71qk0ahd2drklja16xwv7zw0797kkzpiv563kffzvd1p8id";
cargoSha256 = "1vyc230a2b0dry2057mkdkrjb7s9d0p43fnz4q67aqrpyr4jxwx2";
checkPhase = "cargo test --features=integration_tests";