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

imgproxy: 2.17.0 -> 3.0.0
This commit is contained in:
Jörg Thalheim 2021-12-08 18:12:15 +00:00 committed by GitHub
commit 03c4ffaf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.17.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-afprMKFyuo1Doi5K5EtzdiQY+fbx2LtEh3xxnPr+yjk=";
sha256 = "sha256-r9nT4nAzD6xBTB9jfmPfE7vKs4tgrdGPWOptRpqh5TM=";
rev = "v${version}";
};
vendorSha256 = "sha256-aV+A2duS13Zi9IPa7bd/tBe5NzmUhKYsXzvluuIFc+I=";
vendorSha256 = "sha256-7LRxR6ISV+A30NSztlAlfjMjgnXZpHq3aMAKGoHJtNY=";
doCheck = false;