6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-bundle-licenses";
10 src = fetchFromGitHub {
12 repo = "cargo-bundle-licenses";
14 hash = "sha256-pWQU0IMahbFJR7oRUqnz73cB8yRbTpkh5NASmUKg0E0=";
17 cargoHash = "sha256-eUY3dyyWbqSqFqafdZ2AdI7vsH60vCRNk2cAGJw0ROk=";
20 description = "Generate a THIRDPARTY file with all licenses in a cargo project";
21 mainProgram = "cargo-bundle-licenses";
22 homepage = "https://github.com/sstadick/cargo-bundle-licenses";
23 changelog = "https://github.com/sstadick/cargo-bundle-licenses/blob/${src.rev}/CHANGELOG.md";
24 license = with licenses; [ mit asl20 ];
25 maintainers = with maintainers; [ figsoda matthiasbeyer ];