Skip to content

Commit

Permalink
lua-nginx-module: 0.10.5 -> 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Sep 14, 2017
1 parent a7637b3 commit d0aa64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchFromGitHub, pkgs }:
{ fetchFromGitHub, fetchpatch, pkgs }:

{
brotli = {
Expand Down Expand Up @@ -69,8 +69,8 @@
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.5";
sha256 = "0wz5j4kqa6hk7ar42bkxp0hd74psjy6sfsldh1a6p93z349iz4v5";
rev = "v0.10.10";
sha256 = "1dlqnlkpn3pnhk2m09jdx3iw3m6xk31pw2m5xrpcmqk3bll68mw6";
};
inputs = [ pkgs.luajit ];
preConfigure = ''
Expand Down

0 comments on commit d0aa64a

Please sign in to comment.