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

jd-diff-patch: 1.4.0 -> 1.5.1
This commit is contained in:
Bobby Rong 2022-02-14 13:51:21 +08:00 committed by GitHub
commit 2b8555151a
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.4.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "josephburnett";
repo = "jd";
rev = "v${version}";
sha256 = "sha256-OAy4IS2JZYYPeJITNHZKiYEapzGqqYPDBCLflLYetzg=";
sha256 = "sha256-nYV72EgYgXWyGp2s09BlaRmOy6aSMtmrTvWCxk9znp0=";
};
# not including web ui
excludedPackages = [ "gae" "pack" ];
vendorSha256 = "sha256-w3mFra7Je+8qIDQMSyUYucoLZ6GtrZmr56O6xmihIYc=";
vendorSha256 = "sha256-uoMOkCmJY417zxkTsXHGy+BZ/BH29nH4MhFaIKofh4k=";
doCheck = true;