Merge pull request #128571 from r-ryantm/auto-update/imgproxy

imgproxy: 2.16.4 -> 2.16.5
This commit is contained in:
Ben Siraphob 2021-06-29 10:42:17 +07:00 committed by GitHub
commit f0e736e290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.16.4";
version = "2.16.5";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-25oOGkTc19PHlU0Va7IPKrvGK9pDrGqKZa6qNFMVphQ=";
sha256 = "sha256-CLmnc33mVvm7CR0Qv4zsLiQ/jyRIkr1N53mMfD3flNM=";
rev = "v${version}";
};
vendorSha256 = "sha256-y8cXe4+jTLnM7K+na2VHGXkPgZjFYdgtDd14D8KiCas=";
vendorSha256 = "sha256-aV+A2duS13Zi9IPa7bd/tBe5NzmUhKYsXzvluuIFc+I=";
doCheck = false;