lua-nginx-module: Update from 0.9.15 to 0.9.16rc1

This fixes the build that has been broken since nginx was bumped to 1.8.0
This commit is contained in:
Rickard Nilsson 2015-05-26 07:54:46 +02:00
parent b07d2a447b
commit a92271f195

View File

@ -57,8 +57,8 @@ let
lua-ext = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.9.15";
sha256 = "0kicfs0gyfb5fhjmrwr6p09c5x6g0jwsh0wg5bsp3p209rnbq94q";
rev = "v0.9.16rc1";
sha256 = "0fdrzfkzdrxykbyxrpas7ns6kxzjf9s6h0fj7k4423wfwybi0kic";
};
set-misc-ext = fetchFromGitHub {