about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2017-09-21 16:34:25 +0800
committerJörg Thalheim <joerg@thalheim.io>2017-09-21 11:01:35 +0000
commitdea2affe6c6d41dad20551da46f21cdfd207407d (patch)
tree5c8480327c4f997e9e7fb4672bc0bcf8663c61cc /pkgs/servers
parenteaac347982976de98ae33016247d35378e857a06 (diff)
downloadnixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar.gz
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar.bz2
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar.lz
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar.xz
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.tar.zst
nixlib-dea2affe6c6d41dad20551da46f21cdfd207407d.zip
nginxModules.echo: 0.57 -> 0.61
This fixes #29555.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/nginx/modules.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix
index cf6cc8d69910..f3222f2982b4 100644
--- a/pkgs/servers/http/nginx/modules.nix
+++ b/pkgs/servers/http/nginx/modules.nix
@@ -51,8 +51,8 @@
     src = fetchFromGitHub {
       owner = "openresty";
       repo = "echo-nginx-module";
-      rev = "v0.57";
-      sha256 = "1q0f0zprcn0ypl2qh964cq186l3f40p0z7n7x22m8cxj367vf000";
+      rev = "v0.61";
+      sha256 = "0brjhhphi94ms4gia7za0mfx0png4jbhvq6j0nzjwp537iyiy23k";
     };
   };