Skip to content

Commit

Permalink
Merge pull request #81234 from bhipple/u/rust-cargo-ffsend
Browse files Browse the repository at this point in the history
ffsend: upgrade cargo fetcher and cargoSha256
  • Loading branch information
marsam authored Feb 28, 2020
2 parents 58eab94 + c51bc2b commit 0535597
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/misc/ffsend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ buildRustPackage rec {
sha256 = "0yqigqh5vldzmp7wc1mxi5a4bxzm81xycx5h0ghak74vbjibps49";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "1wwdnm6a5g4gpd1f89qii8v4f6mcfc1bif1v6mdlcbrpwax5skh4";
cargoSha256 = "0m2931fmc8jczjpb08077cpz9klhhf3aq15j2h76sb254qndagzy";

nativeBuildInputs = [ cmake pkgconfig installShellFiles ];
buildInputs = [ openssl ]
Expand Down

0 comments on commit 0535597

Please sign in to comment.