1 { lib, stdenv, fetchFromGitHub }:
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "sha256-b/dROBQVPEiMBTcu4MTi6Lf6ChkFZqZrJ1V0j54rrFY=";
16 makeFlags = [ "PREFIX=$(out)" ];
19 description = "Colourful, human-friendly hexdump tool";
20 homepage = "https://github.com/FireyFly/hexd";
21 maintainers = [ maintainers.FireyFly ];
22 license = licenses.mit;
23 platforms = platforms.unix;