7 rustPlatform.buildRustPackage rec {
8 pname = "cargo-bundle-licenses";
11 src = fetchFromGitHub {
13 repo = "cargo-bundle-licenses";
15 hash = "sha256-pWQU0IMahbFJR7oRUqnz73cB8yRbTpkh5NASmUKg0E0=";
18 cargoHash = "sha256-eUY3dyyWbqSqFqafdZ2AdI7vsH60vCRNk2cAGJw0ROk=";
21 description = "Generate a THIRDPARTY file with all licenses in a cargo project";
22 mainProgram = "cargo-bundle-licenses";
23 homepage = "https://github.com/sstadick/cargo-bundle-licenses";
24 changelog = "https://github.com/sstadick/cargo-bundle-licenses/blob/${src.rev}/CHANGELOG.md";
25 license = with licenses; [
29 maintainers = with maintainers; [