Skip to content

Commit 5c036a4

Browse files
committed
cargo-bundle-licenses: 3.1.0 -> 4.0.0
1 parent a2a6618 commit 5c036a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-bundle-licenses/package.nix

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

77
rustPlatform.buildRustPackage rec {
88
pname = "cargo-bundle-licenses";
9-
version = "3.1.0";
9+
version = "4.0.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "sstadick";
1313
repo = "cargo-bundle-licenses";
1414
rev = "v${version}";
15-
hash = "sha256-leSHjl/B76Z4JM1wO9IBKbdfMgHtY/pGut1hnDd8/L0=";
15+
hash = "sha256-pTxZ9s8ZccylMfEiifYmJuBB+riZ37QJSAMpVuSgLzs=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-I5zIrMZ9GnlAUfWaaFP6yr+pv8wWtxguxSL0zho3BRs=";
19+
cargoHash = "sha256-4zolwQzK6dnFIcS2NwuxYZRS2AGcUGHh+KQzDkI0J6c=";
2020

2121
meta = with lib; {
2222
description = "Generate a THIRDPARTY file with all licenses in a cargo project";

0 commit comments

Comments
 (0)