7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-5ZT6oXG3dWJ8vPX0oieWQsYJQYCTwtlb1B8kmGlLv0k=";
18 cargoHash = "sha256-n1HvkWNbHU8UUlqsCnuKESKQznk1WTe6eQiUJjVVXYE=";
21 description = "TUI hexeditor in Rust with colored bytes";
22 homepage = "https://github.com/0xfalafel/hextazy";
23 changelog = "https://github.com/0xfalafel/hextazy/releases/tags/${src.rev}";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ akechishiro ];
26 mainProgram = "hextazy";