3
0
Fork 0
forked from mirrors/nixpkgs

nginx: add statsd to the available modules

This commit is contained in:
Benjamin Staffin 2016-01-23 17:25:49 -05:00
parent c445ec36cb
commit 9bad9c8bf3

View file

@ -108,4 +108,13 @@
};
inputs = [ pkgs.pam ];
};
statsd = {
src = fetchFromGitHub {
owner = "zebrafishlabs";
repo = "nginx-statsd";
rev = "b756a12abf110b9e36399ab7ede346d4bb86d691";
sha256 = "1psrb5v071idlplvbnaq904nlhqw1zrbw4aawfs278zcdmq67zn8";
};
};
}