6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-zb1tkeWmeMq7aM8hWssS/UpvGzGbfsaVYCOKBnAKwiQ=";
17 cargoSha256 = "sha256-rs2EWcvTxLVeJ0t+jLM75s+K72t+hqKzwy3oAdCZ8BE=";
20 description = "Demangle Rust symbol names using rustc-demangle";
21 homepage = "https://github.com/luser/rustfilt";
22 license = with licenses; [ asl20 ];
23 maintainers = with maintainers; [ wykurz ];
24 mainProgram = "rustfilt";