imgproxy: 3.18.1 -> 3.18.2

This commit is contained in:
R. Ryantm 2023-07-17 17:38:32 +00:00
parent fdf0e8f80a
commit 52ba084db9

View file

@ -3,12 +3,12 @@
buildGoModule rec {
pname = "imgproxy";
version = "3.18.1";
version = "3.18.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
hash = "sha256-gtCDeWQLXdhNc5Gn9020ib0IZxjVkHnOUHNf1vqsc0k=";
hash = "sha256-iMzaeB086VohyzUJqYxdnGi0grosrJD1H0AgK5A75XM=";
rev = "v${version}";
};