jd-diff-patch 1.6.1 -> 1.7.1 https://github.com/josephburnett/jd/releases attrpath: jd-diff-patch Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/jd-diff-patch/default.nix b/pkgs/development/tools/jd-diff-patch/default.nix index ad7f7fad3cc..a322ad52ddf 100644 --- a/pkgs/development/tools/jd-diff-patch/default.nix +++ b/pkgs/development/tools/jd-diff-patch/default.nix @@ -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"; Successfully finished processing cachix "/nix/store/aqyf4i5rxyj2x7583mqwx5lv6gd8v8l3-jd-diff-patch-1.7.1" Received ExitFailure 1 when running Shell command: cachix push nix-community pushing to cachix failed