imgproxy: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-02-22 07:39:46 +00:00
parent 93883402a4
commit 4956aa9a01

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;