1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-B71VX7cJe1giOLmk3cQE8Zxr7fKGyQkoXRuM+NzBcb8=";
14 cargoHash = "sha256-BBFLyMx1OPT2XAM6pofs2kV/3n3FrNu0Jkyr/Y3smnI=";
17 description = "Tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
18 homepage = "https://github.com/RazrFalcon/cargo-bloat";
19 license = licenses.mit;
20 platforms = platforms.unix;
21 maintainers = with maintainers; [ xrelkd matthiasbeyer ];
22 mainProgram = "cargo-bloat";