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.
2 parents ba38001 + 92e3f28 commit 2c6a41fCopy full SHA for 2c6a41f
pkgs/by-name/ca/cargo-bundle-licenses/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "cargo-bundle-licenses";
9
- version = "4.0.0";
+ version = "4.2.0";
10
11
src = fetchFromGitHub {
12
owner = "sstadick";
13
repo = "cargo-bundle-licenses";
14
rev = "v${version}";
15
- hash = "sha256-pTxZ9s8ZccylMfEiifYmJuBB+riZ37QJSAMpVuSgLzs=";
+ hash = "sha256-L3hmgDwzL6lLa0LCg/V5QeNK2U1u2dJMO4+t6W1UvxI=";
16
};
17
18
- cargoHash = "sha256-4zolwQzK6dnFIcS2NwuxYZRS2AGcUGHh+KQzDkI0J6c=";
+ cargoHash = "sha256-HHBFT4u0NPjhKJa3KNg8/AgkgNoFUkMWmioVaXYlD2M=";
19
20
meta = with lib; {
21
description = "Generate a THIRDPARTY file with all licenses in a cargo project";
0 commit comments