Merge pull request #182748 from bryanasdev000/jddiff160

jd-diff-patch: 1.5.2 -> 1.6.0
This commit is contained in:
Mario Rodas
2022-07-24 20:44:52 -05:00
committed by GitHub
@@ -2,19 +2,19 @@
buildGoModule rec {
pname = "jd-diff-patch";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
owner = "josephburnett";
repo = "jd";
rev = "v${version}";
sha256 = "sha256-NUga7Rxh/hCEw6bZvbxsqBoIKdG2TTfEXdwHY42cgxE=";
sha256 = "sha256-VxCsr7u7Ds3BMtZtnVS0VoLKM46NYLqVZGmRDSyqmtg=";
};
# not including web ui
excludedPackages = [ "gae" "pack" ];
vendorSha256 = "sha256-uoMOkCmJY417zxkTsXHGy+BZ/BH29nH4MhFaIKofh4k=";
vendorSha256 = null;
meta = with lib; {
description = "Commandline utility and Go library for diffing and patching JSON values";