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

imgproxy: 2.13.0 -> 2.13.1
This commit is contained in:
Mario Rodas 2020-05-21 20:10:48 -05:00 committed by GitHub
commit 46b72a23dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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