Merge pull request #211964 from r-ryantm/auto-update/imgproxy
imgproxy: 3.13.0 -> 3.13.1
This commit is contained in:
commit
6c582bdf39
@ -3,12 +3,12 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "imgproxy";
|
||||
version = "3.13.0";
|
||||
version = "3.13.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
sha256 = "sha256-dPGqiNGUI5WwqT65DvY6JXv9/1lc1NZlJbMWUYGgfYY=";
|
||||
sha256 = "sha256-4P8Q8VM2+O4Du2u+LFmqGQYw8qvEuBGq2nz9FxvGQhE=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
|
||||
@ -26,6 +26,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Fast and secure on-the-fly image processing server written in Go";
|
||||
homepage = "https://imgproxy.net";
|
||||
changelog = "https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ paluh ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user