nginxModules.pinba: init at 13.05.2019
This commit is contained in:
parent
9c159ecf58
commit
edddf0ac47
|
@ -258,6 +258,15 @@ in
|
||||||
inputs = [ pkgs.pam ];
|
inputs = [ pkgs.pam ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinba = {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tony2001";
|
||||||
|
repo = "ngx_http_pinba_module";
|
||||||
|
rev = "28131255d4797a7e2f82a6a35cf9fc03c4678fe6";
|
||||||
|
sha256 = "00fii8bjvyipq6q47xhjhm3ylj4rhzmlk3qwxmfpdn37j7bc8p8c";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
push-stream ={
|
push-stream ={
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wandenberg";
|
owner = "wandenberg";
|
||||||
|
|
Loading…
Reference in New Issue