7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-B71VX7cJe1giOLmk3cQE8Zxr7fKGyQkoXRuM+NzBcb8=";
18 cargoHash = "sha256-BBFLyMx1OPT2XAM6pofs2kV/3n3FrNu0Jkyr/Y3smnI=";
21 description = "Tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
22 homepage = "https://github.com/RazrFalcon/cargo-bloat";
23 license = licenses.mit;
24 platforms = platforms.unix;
25 maintainers = with maintainers; [
29 mainProgram = "cargo-bloat";