imgproxy: 2.13.0 -> 2.13.1

This commit is contained in:
R. RyanTM 2020-05-21 21:17:19 +00:00 committed by Mario Rodas
parent 98ac199da8
commit b339662f2d
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,12 +2,12 @@
buildGoModule rec { buildGoModule rec {
pname = "imgproxy"; pname = "imgproxy";
version = "2.13.0"; version = "2.13.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
sha256 = "0lzk9nv7fbyc0jbsigw54310pvpwfrvji58z7a08j03vypc0v3x4"; sha256 = "105mjlbzgv1c8argwgs0d9wm28m06nqi5hrk3358zg2jaa7ahaqf";
rev = "v${version}"; rev = "v${version}";
}; };
@ -27,4 +27,4 @@ buildGoModule rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ paluh ]; maintainers = with maintainers; [ paluh ];
}; };
} }