nginxModules.akamai-token-validate: init at 2020-06-26

This commit is contained in:
Francesco Zanini 2021-01-04 17:52:28 +01:00
parent f98c8b3d04
commit 666cdb7dcc

View File

@ -22,6 +22,17 @@ in
fastcgi-cache-purge = throw "fastcgi-cache-purge was renamed to cache-purge";
ngx_aws_auth = throw "ngx_aws_auth was renamed to aws-auth";
akamai-token-validate = {
src = fetchFromGitHub {
name = "akamai-token-validate";
owner = "kaltura";
repo = "nginx-akamai-token-validate-module";
rev = "34fd0c94d2c43c642f323491c4f4a226cd83b962";
sha256 = "0yf34s11vgkcl03wbl6gjngm3p9hs8vvm7hkjkwhjh39vkk2a7cy";
};
inputs = [ pkgs.openssl ];
};
aws-auth = {
src = fetchFromGitHub {
name = "aws-auth";