mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #12580 from benley/nginx-statsd
nginx: add statsd to the available modules
This commit is contained in:
commit
5fa5eae086
@ -108,4 +108,13 @@
|
||||
};
|
||||
inputs = [ pkgs.pam ];
|
||||
};
|
||||
|
||||
statsd = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "zebrafishlabs";
|
||||
repo = "nginx-statsd";
|
||||
rev = "b756a12abf110b9e36399ab7ede346d4bb86d691";
|
||||
sha256 = "1psrb5v071idlplvbnaq904nlhqw1zrbw4aawfs278zcdmq67zn8";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user