mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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:
parent
b07d2a447b
commit
a92271f195
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user