Nick Cao 2023-06-30 12:20:46 +08:00
parent d7a27f3189
commit e5bcc77376
No known key found for this signature in database

View File

@ -3,12 +3,12 @@
buildGoModule rec { buildGoModule rec {
pname = "imgproxy"; pname = "imgproxy";
version = "3.18.0"; version = "3.18.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
sha256 = "sha256-c85G76u0qLyRbiXEWpYKZerrkZmHkq+VmCdHJk6pH9M="; hash = "sha256-gtCDeWQLXdhNc5Gn9020ib0IZxjVkHnOUHNf1vqsc0k=";
rev = "v${version}"; rev = "v${version}";
}; };
@ -26,7 +26,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Fast and secure on-the-fly image processing server written in Go"; description = "Fast and secure on-the-fly image processing server written in Go";
homepage = "https://imgproxy.net"; homepage = "https://imgproxy.net";
changelog = "https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md"; changelog = "https://github.com/imgproxy/imgproxy/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ paluh ]; maintainers = with maintainers; [ paluh ];
}; };