Skip to content

Commit

Permalink
Merge pull request #82281 from bhipple/u/rust-cargo-licensor
Browse files Browse the repository at this point in the history
licensor: upgrade cargo fetcher and cargoSha256
  • Loading branch information
Ma27 authored Mar 11, 2020
2 parents fc2b132 + 23f37d2 commit 9f3ae18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/misc/licensor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0kfyg06wa2v7swm7hs9kkazjg34mircd4nm4qmljyzjh2yh8icg3";
})];

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

cargoSha256 = "042dplm0cdxkv73m5qlkc61h0x9fpzxn2b0c8gjx2hwvigcia139";
cargoSha256 = "1z2r8nfizifj8sk1ghppyqk5r65sgmbk47fiq95pnwpadm5drvqa";

meta = with lib; {
description = "Write licenses to stdout";
Expand Down

0 comments on commit 9f3ae18

Please sign in to comment.