imgproxy: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2022-02-11 22:40:34 +00:00 committed by Jonathan Ringer
parent c13fcf8cfe
commit ce9fe85767

View file

@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-89LBpENzDIvlRfNeigSvzBrprw8MRsdRZMQ5qUs0wI8=";
sha256 = "sha256-z1Vt6rTpQ9sSwT+hr4wGZmZl55MyDx1AIDqSWmCXbMc=";
rev = "v${version}";
};