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

imgproxy: 3.13.0 -> 3.13.1
This commit is contained in:
Jonas Heinrich 2023-01-22 06:26:57 +01:00 committed by GitHub
commit 6c582bdf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};