nginxModules.echo: 0.62 -> 0.63

Diff: https://github.com/openresty/echo-nginx-module/compare/v0.62...v0.63
This commit is contained in:
Sandro Jäckel 2024-01-15 15:32:05 +01:00
parent 7b74c252df
commit f462bea34e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -233,14 +233,14 @@ let self = {
echo = rec {
name = "echo";
version = "0.62";
version = "0.63";
src = fetchFromGitHub {
name = "echo";
owner = "openresty";
repo = "echo-nginx-module";
rev = "v${version}";
sha256 = "0kr1y094yw1a9fyrf4w73ikq18w5ys463wza9n7yfl77xdwirnvl";
hash = "sha256-K7oOE0yxPYLf+3YMVbBsncpHRpGHXjs/8B5QPO3MQC4=";
};
meta = with lib; {