Skip to content

Commit

Permalink
Merge pull request #80300 from bhipple/u/rust-cargo-tectonic
Browse files Browse the repository at this point in the history
tectonic: upgrade cargo fetcher and cargoSha256
  • Loading branch information
marsam committed Feb 17, 2020
2 parents 4d4eae4 + 91aafa8 commit 1acd9df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/typesetting/tectonic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0dycv135bkpf71iwlwh8rwwvn287d605nl7v8mjxlrsayiivdmn9";
};

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

cargoSha256 = "0bkgh73kqcdv3j9hr3m13wrdhls3zrk7aii9shzbzl6rnp2ry1az";
cargoSha256 = "1axrf7d01gmhvrap13rydfvwcsg0lk1zw7z1i7zzm898bc7c02qn";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit 1acd9df

Please sign in to comment.