Commit dd2880a5 authored by JuliusFreudenberger's avatar JuliusFreudenberger
Browse files

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.
parent 6893aa3c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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";