Merge pull request #49933 from LnL7/ngx_aws_auth
nginx: init ngx_aws_auth at 2.1.1
This commit is contained in:
commit
1f4a3293b9
@ -17,9 +17,7 @@ stdenv.mkDerivation {
|
|||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip ]
|
||||||
buildInputs =
|
|
||||||
[ openssl zlib pcre libxml2 libxslt gd geoip ]
|
|
||||||
++ concatMap (mod: mod.inputs or []) modules;
|
++ concatMap (mod: mod.inputs or []) modules;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
@ -131,6 +131,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ngx_aws_auth = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "anomalizer";
|
||||||
|
repo = "ngx_aws_auth";
|
||||||
|
rev = "2.1.1";
|
||||||
|
sha256 = "10z67g40w7wpd13fwxyknkbg3p6hn61i4v8xw6lh27br29v1y6h9";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
opentracing = {
|
opentracing = {
|
||||||
src =
|
src =
|
||||||
let src' = fetchFromGitHub {
|
let src' = fetchFromGitHub {
|
||||||
|
Loading…
Reference in New Issue
Block a user