imgproxy: 3.18.0 -> 3.18.1
Diff: https://github.com/imgproxy/imgproxy/compare/v3.18.0...v3.18.1 Changelog: https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md
This commit is contained in:
parent
d7a27f3189
commit
e5bcc77376
@ -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 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user