Skip to content

Commit

Permalink
Merge pull request #49933 from LnL7/ngx_aws_auth
Browse files Browse the repository at this point in the history
nginx: init ngx_aws_auth at 2.1.1
  • Loading branch information
LnL7 committed Nov 8, 2018
2 parents 6399b10 + 6d71316 commit 1f4a329
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pkgs/servers/http/nginx/generic.nix
Expand Up @@ -17,9 +17,7 @@ stdenv.mkDerivation {
inherit sha256;
};


buildInputs =
[ openssl zlib pcre libxml2 libxslt gd geoip ]
buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip ]
++ concatMap (mod: mod.inputs or []) modules;

configureFlags = [
Expand Down
11 changes: 10 additions & 1 deletion pkgs/servers/http/nginx/modules.nix
Expand Up @@ -131,6 +131,15 @@
};
};

ngx_aws_auth = {
src = fetchFromGitHub {
owner = "anomalizer";
repo = "ngx_aws_auth";
rev = "2.1.1";
sha256 = "10z67g40w7wpd13fwxyknkbg3p6hn61i4v8xw6lh27br29v1y6h9";
};
};

opentracing = {
src =
let src' = fetchFromGitHub {
Expand Down Expand Up @@ -226,7 +235,7 @@
rev = "7778f0125974befbc83751d0e1cadb2dcea57601";
sha256 = "1x5hm6r0dkm02ffny8kjd7mmq8przyd9amg2qvy5700x6lb63pbs";
};
};
};

statsd = {
src = fetchFromGitHub {
Expand Down

0 comments on commit 1f4a329

Please sign in to comment.