1 { lib, stdenv, fetchFromGitHub }:
5 version = "unstable-2018-01-24";
7 src = fetchFromGitHub {
10 rev = "3e96f27e65167c619ede35ab04232163dc273e69";
11 sha256 = "sha256-G6Qi7e4o+0ahcslJ8UfJrdoc8NNkY+nl6kyDlkJCo9I=";
19 $CC -o hexdiff hexdiff.c
27 install -D hexdiff -t $out/bin/
33 homepage = "https://github.com/ahroach/hexdiff";
34 description = "Terminal application for differencing two binary files, with color-coded output";
35 license = lib.licenses.gpl3Plus;
36 maintainers = with lib.maintainers; [ rogarb ];
37 platforms = lib.platforms.linux;
38 mainProgram = "hexdiff";