vdirsyncer: upgrade cargo fetcher and cargoSha256

This commit is contained in:
Benjamin Hipple 2020-03-08 23:32:01 -04:00
parent 3b2d42fcba
commit d4844a1a49

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 ];
};