imgproxy: 2.16.0 -> 2.16.2

This commit is contained in:
R. RyanTM 2021-03-11 00:06:29 +00:00 committed by tomberek
parent b40f1a8118
commit d908f40e8b

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.16.0";
version = "2.16.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-HUWDwUt/yHgwzqtQKsQ3DrBAfL8PBqGhFLMwS7ix5qE=";
sha256 = "sha256-wr4yOrzZT/4WtRze9Yp+M18jusxdddoDd4xs5P7d5oQ=";
rev = "v${version}";
};
vendorSha256 = "sha256-A03Qdwxv/uUKI4Lfmatqwu1RDH9vKU63Y+x25AdfZXs=";
vendorSha256 = "sha256-7IpMgsATQ1SMuBOF9agHIN2Lx6OKxRr0Zk5SRFxHiQ4=";
doCheck = false;