Skip to content

Commit

Permalink
Merge pull request #80209 from bhipple/u/rust-cargo-sequoia
Browse files Browse the repository at this point in the history
sequoia: fix build by migrating off legacy fetchCargo implementation
  • Loading branch information
worldofpeace authored Feb 15, 2020
2 parents a168578 + 993719b commit 8040b44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/security/sequoia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1p17y6vsya8daglvl6yal3759x44dc062ah5vyra0k7dk82cc4pq";
};

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

cargoSha256 = "1hbwx2d9j5ddqlvskqxk951g59nsyk5y5l7f9yg2cyqhkzfil7nr";
cargoSha256 = "1x0iwcp7dppxyrggmszd62s52j54szw69n3qnlyl7cdpdr64ckqc";

nativeBuildInputs = [
pkgconfig
Expand Down

0 comments on commit 8040b44

Please sign in to comment.