8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-eqWBTylvXqGhWdSGHdTM1ZURSD5pkUBoBOvBJ5zmJ7w=";
19 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
23 cargoHash = "sha256-rLZgKLL28/ZrXzHVI6m4YeV2mk4E9W58HjTzRl2bMOw=";
26 description = "Cross-platform terminal UI used for modifying file data in hex or ASCII";
27 homepage = "https://github.com/ndd7xv/heh";
28 changelog = "https://github.com/ndd7xv/heh/releases/tag/${src.rev}";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ piturnah ];