Merge pull request #61722 from Izorkin/pinba-nginx

nginxModules.pinba: init at 13.05.2019
This commit is contained in:
Ryan Mulligan 2020-01-04 07:58:18 -08:00 committed by GitHub
commit 6de8b8f144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -258,6 +258,15 @@ in
inputs = [ pkgs.pam ];
};
pinba = {
src = fetchFromGitHub {
owner = "tony2001";
repo = "ngx_http_pinba_module";
rev = "28131255d4797a7e2f82a6a35cf9fc03c4678fe6";
sha256 = "00fii8bjvyipq6q47xhjhm3ylj4rhzmlk3qwxmfpdn37j7bc8p8c";
};
};
push-stream ={
src = fetchFromGitHub {
owner = "wandenberg";