summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorHoang Xuan Phu <phuhimself@phunehehe.net>2015-09-22 13:08:42 +0800
committerHoang Xuan Phu <phuhimself@phunehehe.net>2015-09-22 13:08:42 +0800
commit942d2798c595f4979b67bbbcc6a005c7735c9419 (patch)
tree950dab7310d9e02a2efbc820488393dba19a7516 /pkgs/servers/http
parentceb94adffeed36708990bfd13a7ef16410881704 (diff)
downloadnixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar.gz
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar.bz2
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar.lz
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar.xz
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.tar.zst
nixlib-942d2798c595f4979b67bbbcc6a005c7735c9419.zip
nginx: bump lua module to fix build error
(https://github.com/openresty/lua-nginx-module/pull/500)
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/nginx/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/nginx/unstable.nix b/pkgs/servers/http/nginx/unstable.nix
index e988e8192fc6..580f12b30048 100644
--- a/pkgs/servers/http/nginx/unstable.nix
+++ b/pkgs/servers/http/nginx/unstable.nix
@@ -61,8 +61,8 @@ let
   lua-ext = fetchFromGitHub {
     owner = "openresty";
     repo = "lua-nginx-module";
-    rev = "v0.9.12";
-    sha256 = "0r07q1n3nvi7m3l8zk7nfk0z9kjhqknav61ys9lshh2ylsmz1lf4";
+    rev = "v0.9.16";
+    sha256 = "0dvdam228jhsrayb22ishljdkgib08bakh8ygn84sq0c2xbidzlp";
   };
 
 in