imgproxy: 2.17.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2021-12-07 05:32:37 +00:00
parent 2853aa3477
commit 980281f423

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;