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

imgproxy: 3.2.2 -> 3.3.0
This commit is contained in:
Renaud 2022-02-22 20:59:29 +01:00 committed by GitHub
commit 23c7839aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.2.2";
version = "3.3.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-z1Vt6rTpQ9sSwT+hr4wGZmZl55MyDx1AIDqSWmCXbMc=";
sha256 = "sha256-8oUPqtoxdJ768CmDNBicBGCyejt2v9GIahVRL6pYDJ4=";
rev = "v${version}";
};
vendorSha256 = "sha256-MHcV6n6uZsjC85vQVl+o6JD+psvE2xuPr//3RueT8V0=";
vendorSha256 = "sha256-Dr5qCLVsv22BcISo2OyB+VEDncPwpcp323w9IfDTQv0=";
doCheck = false;