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

imgproxy: 2.16.2 -> 2.16.3
This commit is contained in:
Mario Rodas 2021-04-10 15:41:38 -05:00 committed by GitHub
commit 4addb868bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "2.16.2";
version = "2.16.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
sha256 = "sha256-wr4yOrzZT/4WtRze9Yp+M18jusxdddoDd4xs5P7d5oQ=";
sha256 = "sha256-WK5TAI+dYmBLNp1A0p9DbWF7ZEw3dqr+Cuwy7LzrdBM=";
rev = "v${version}";
};