dd-agent: use python2Packages.pg8000

It refers to the same version as python2Packages.pg8000_1_12.
This commit is contained in:
Robert Schütz 2021-06-23 00:04:07 +02:00
parent d3ccac10d2
commit 9653f60340

View file

@ -75,7 +75,7 @@ let
mongo = (ps: [ ps.pymongo ]);
network = (ps: [ ps.psutil ]);
nginx = (ps: []);
postgres = (ps: with ps; [ pg8000_1_12 psycopg2 ]);
postgres = (ps: with ps; [ pg8000 psycopg2 ]);
};
# All integrations (default + extra):