Skip to content

Commit

Permalink
sequoia: fix build by migrating off legacy fetchCargo implementation
Browse files Browse the repository at this point in the history
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.
  • Loading branch information
bhipple committed Feb 15, 2020
1 parent a00a24d commit 993719b
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 993719b

Please sign in to comment.