1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "jd-diff-patch";
7 src = fetchFromGitHub {
8 owner = "josephburnett";
11 sha256 = "sha256-qq/Y2/NGK3xsgljT0D9+dD1D1UfjB9Niay81nQJ4gX0=";
14 # not including web ui
15 excludedPackages = [ "gae" "pack" ];
20 description = "Commandline utility and Go library for diffing and patching JSON values";
21 homepage = "https://github.com/josephburnett/jd";
22 license = licenses.mit;
23 maintainers = with maintainers; [ bryanasdev000 blaggacao ];