1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 crateName = "bottomify";
10 sha256 = "sha256-R1zj+TFXoolonIFa1zJDd7CdrORfzAPlxJoJVYe9xdc=";
13 cargoSha256 = "sha256-7xD65ookkK09XwCBH6fXqmWRYlmvpwAocojBg/dHzUI=";
16 description = "Fantastic (maybe) CLI for translating between bottom and human-readable text";
17 homepage = "https://github.com/bottom-software-foundation/bottom-rs";
18 license = licenses.mit;
19 maintainers = with maintainers; [ winter ];
20 mainProgram = "bottomify";