Skip to content

Commit ff7d26d

Browse files
authored
cargo-license: 0.6.1 -> 0.7.0 (NixOS#450939)
2 parents e39d1aa + 79e9f78 commit ff7d26d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ca/cargo-license/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "cargo-license";
9-
version = "0.6.1";
9+
version = "0.7.0";
1010

1111
src = fetchCrate {
1212
inherit pname version;
13-
hash = "sha256-qwyWj0vPWQOZYib2ZZutX25a4wwnG1kFAiRCWqGyVms=";
13+
hash = "sha256-bOBrjChkQM6POZZn53JmJcIn1x+ygF5mthZihMskxIk=";
1414
};
1515

16-
cargoHash = "sha256-6UMmYbLgMg+wLDsL63f5OvWbtHtDXo0mByz6OZp1lsw=";
16+
cargoHash = "sha256-VQ8320yxMo102UZ9iO9n7ujq7d6wUuqOnQB02hxHZas=";
1717

1818
meta = with lib; {
1919
description = "Cargo subcommand to see license of dependencies";

0 commit comments

Comments
 (0)