We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a6618 commit 5c036a4Copy full SHA for 5c036a4
pkgs/by-name/ca/cargo-bundle-licenses/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "cargo-bundle-licenses";
9
- version = "3.1.0";
+ version = "4.0.0";
10
11
src = fetchFromGitHub {
12
owner = "sstadick";
13
repo = "cargo-bundle-licenses";
14
rev = "v${version}";
15
- hash = "sha256-leSHjl/B76Z4JM1wO9IBKbdfMgHtY/pGut1hnDd8/L0=";
+ hash = "sha256-pTxZ9s8ZccylMfEiifYmJuBB+riZ37QJSAMpVuSgLzs=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-I5zIrMZ9GnlAUfWaaFP6yr+pv8wWtxguxSL0zho3BRs=";
+ cargoHash = "sha256-4zolwQzK6dnFIcS2NwuxYZRS2AGcUGHh+KQzDkI0J6c=";
20
21
meta = with lib; {
22
description = "Generate a THIRDPARTY file with all licenses in a cargo project";
0 commit comments