forked from mirrors/nixpkgs
nginx: add statsd to the available modules
This commit is contained in:
parent
c445ec36cb
commit
9bad9c8bf3
|
@ -108,4 +108,13 @@
|
|||
};
|
||||
inputs = [ pkgs.pam ];
|
||||
};
|
||||
|
||||
statsd = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "zebrafishlabs";
|
||||
repo = "nginx-statsd";
|
||||
rev = "b756a12abf110b9e36399ab7ede346d4bb86d691";
|
||||
sha256 = "1psrb5v071idlplvbnaq904nlhqw1zrbw4aawfs278zcdmq67zn8";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue