mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vdirsyncer: upgrade cargo fetcher and cargoSha256
This commit is contained in:
parent
3b2d42fcba
commit
d4844a1a49
1 changed files with 1 additions and 4 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue