7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-zkb+HogwioqxZ+BTl7bcDQx9i9uWhT2QdAIXpHqvDl0=";
18 cargoHash = "sha256-YcTaLq04NhmnJ1pdbiKMRIBSFvHNWNgoAS8Uz8uGGAw=";
21 description = "A cross-platform terminal UI used for modifying file data in hex or ASCII.";
22 homepage = "https://github.com/ndd7xv/heh";
23 changelog = "https://github.com/ndd7xv/heh/releases/tag/${src.rev}";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ piturnah ];