Merge pull request #82115 from bhipple/u/rust-cargo-vdirsyncer

vdirsyncer: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-03-08 23:07:43 -05:00 committed by GitHub
commit 3f22f3a044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,7 @@ python3Packages.buildPythonApplication rec {
name = "${name}-native";
inherit src;
sourceRoot = "source/rust";
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1n1dxq3klsry5mmbfff2jv7ih8mr5zvpncrdgba6qs93wi77qi0y";
cargoSha256 = "0cqy0s55pkg6hww86h7qip4xaidh6g8lcypdj84n2x374jq38c5d";
buildInputs = [ pkgconfig openssl ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
};