mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
nginx module: update statsd to support 1.10.1 -- the zebrafishlabs github repo
seems dead
This commit is contained in:
parent
a49133b07f
commit
ca60da8031
|
@ -121,10 +121,10 @@
|
|||
|
||||
statsd = {
|
||||
src = fetchFromGitHub {
|
||||
owner = "zebrafishlabs";
|
||||
owner = "apcera";
|
||||
repo = "nginx-statsd";
|
||||
rev = "b756a12abf110b9e36399ab7ede346d4bb86d691";
|
||||
sha256 = "1psrb5v071idlplvbnaq904nlhqw1zrbw4aawfs278zcdmq67zn8";
|
||||
rev = "2147d61dc31dd4865604be92349e6192a905d21a";
|
||||
sha256 = "19s3kwjgf51jkwknh7cfi82p6kifl8rl146wxc3ijds12776ilsv";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue