Merge pull request #227766 from r-ryantm/auto-update/jd-diff-patch

jd-diff-patch: 1.6.1 -> 1.7.1
This commit is contained in:
Mario Rodas 2023-04-23 07:53:23 -05:00 committed by GitHub
commit a00abe99f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "jd-diff-patch";
version = "1.6.1";
version = "1.7.1";
src = fetchFromGitHub {
owner = "josephburnett";
repo = "jd";
rev = "v${version}";
sha256 = "sha256-Ti7eElLplnYGP7v1VuGpyeZ3ZIau6Ffx4ACMBDIBROw=";
sha256 = "sha256-fi+vj1vHhgw2OPQqQ0827P6Axy/cio0UVFLeD/nhFvw=";
};
# not including web ui
excludedPackages = [ "gae" "pack" ];
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "Commandline utility and Go library for diffing and patching JSON values";