6 rustPlatform.buildRustPackage {
8 version = "unstable-2022-07-11";
10 src = fetchFromGitHub {
13 rev = "8070704b8efdd1f16bc7e01e393230f16cd8b0a6";
14 hash = "sha256-NzD/j8rBfk/cpoBnkFHFqpXz58mswLZr8TUS16vlrZQ=";
17 cargoPatches = [ ./add-Cargo-lock.diff ];
19 cargoHash = "sha256-3qaPGIbl1jF4784KGxbfBTgW/0ayxIO9Ufp9vkhIJa4=";
22 homepage = "https://github.com/mcy/0x";
23 description = "A colorful, configurable xxd";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ AndersonTorres ];