jd-diff-patch: 2.1.2 -> 2.2.2

Upstream does not ship a vendor directory anymore and moved the v2
sources into a subdirectory.
This commit is contained in:
JuliusFreudenberger
2025-04-19 23:02:34 +03:00
parent 6893aa3cae
commit dd2880a5b2
+5 -3
View File
@@ -6,22 +6,24 @@
buildGoModule (finalAttrs: {
pname = "jd-diff-patch";
version = "2.1.2";
version = "2.2.2";
src = fetchFromGitHub {
owner = "josephburnett";
repo = "jd";
rev = "v${finalAttrs.version}";
hash = "sha256-chCxbbRZEE29KVnTQWID889kJ2H4qJGVL+vsxzr6VtA=";
hash = "sha256-sA3NzCl9dR6cZnZNFa7Sqb1KUPSWA1h8ReZqR+SRjgk";
};
sourceRoot = "${finalAttrs.src.name}/v2";
# not including web ui
excludedPackages = [
"gae"
"pack"
];
vendorHash = null;
vendorHash = "sha256-Ol+9YwtJ5P6au1aW2ss9mrU9l5G3iBviX5q1qC0K+vc=";
meta = {
description = "Commandline utility and Go library for diffing and patching JSON values";