Merge pull request #80286 from bhipple/u/rust-cargo-cargo-about
cargo-about: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
72aab35350
|
@ -10,10 +10,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "0bsay1vqi5b3z7qjwbkwx3ikmpjzc0kswbajm50xmcwlg8jrn420";
|
||||
};
|
||||
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1mqicibpa9sxac8v2kk8vfvxcis2wkdkklia2pbspc0pz3h0c8if";
|
||||
cargoSha256 = "1ynalwaqa70ihgras3frp5l3xniz58hwp108wkxn6zj8lwxbxfgx";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cargo plugin to generate list of all licenses for a crate";
|
||||
|
|
Loading…
Reference in New Issue