Skip to content

Commit

Permalink
dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Mar 20, 2017
1 parent 314243f commit 3a3b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/dd-agent/default.nix
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
pythonPackages.ntplib
pythonPackages.simplejson
pythonPackages.pyyaml
pythonPackages.pymongo
pythonPackages.pymongo_2_9_1
pythonPackages.docker
];
propagatedBuildInputs = [ python tornado ];
Expand Down

0 comments on commit 3a3b7c9

Please sign in to comment.