Merge pull request #186933 from r-ryantm/auto-update/cargo-license

cargo-license: 0.4.2 -> 0.5.0
This commit is contained in:
Fabian Affolter 2022-08-18 01:15:31 +02:00 committed by GitHub
commit 1a8b34193b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-license";
version = "0.4.2";
version = "0.5.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-rAHw5B/rK0N8myTzTyv/IUq3o+toWO5HOSaHQko2lPI=";
sha256 = "sha256-z68idQqjH0noNZLwoTtnLrIOXZPG4kAYS9+7yrFXKOA=";
};
cargoSha256 = "sha256-DkINY3j0x0fUynMX8+pxNFwKI/YGqEv1M2a55FuKBGY=";
cargoSha256 = "sha256-8QgDKgJC5l2h5ysQaICjToI7gGxnmlolTwEtxHJMlj8=";
meta = with lib; {
description = "Cargo subcommand to see license of dependencies";