jd-diff-patch: 1.5.1 -> 1.5.2
- bump version - drop explicit docheck
This commit is contained in:
parent
71ed2d5b85
commit
904d737daf
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "jd-diff-patch";
|
pname = "jd-diff-patch";
|
||||||
version = "1.5.1";
|
version = "1.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "josephburnett";
|
owner = "josephburnett";
|
||||||
repo = "jd";
|
repo = "jd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nYV72EgYgXWyGp2s09BlaRmOy6aSMtmrTvWCxk9znp0=";
|
sha256 = "sha256-NUga7Rxh/hCEw6bZvbxsqBoIKdG2TTfEXdwHY42cgxE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# not including web ui
|
# not including web ui
|
||||||
@ -16,8 +16,6 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = "sha256-uoMOkCmJY417zxkTsXHGy+BZ/BH29nH4MhFaIKofh4k=";
|
vendorSha256 = "sha256-uoMOkCmJY417zxkTsXHGy+BZ/BH29nH4MhFaIKofh4k=";
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Commandline utility and Go library for diffing and patching JSON values";
|
description = "Commandline utility and Go library for diffing and patching JSON values";
|
||||||
homepage = "https://github.com/josephburnett/jd";
|
homepage = "https://github.com/josephburnett/jd";
|
||||||
|
Loading…
Reference in New Issue
Block a user