Merge pull request #80289 from bhipple/u/rust-cargo-cargo-graph

cargo-graph: upgrade cargo fetcher and cargoSha256
This commit is contained in:
worldofpeace 2020-02-17 20:18:42 -05:00 committed by GitHub
commit ebebbb8a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0myg26cssmbakz53dl61lswsbaqnjqlbc30c2571pq8f7gvz2qv5";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1k4byg77s1iqhry96pl57mbsvd32sbnvf60dlbd62pvan39rispg";
cargoSha256 = "0fzj88iy57c39yi8pf3agfmsf2dck06f0yqmlnsaxvvp4cknkw1n";
meta = with lib; {
description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";