nixpkgs: dd-agent 5.1.1 -> 5.2.3

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2015-04-02 16:08:07 -05:00
parent 14602b8a43
commit c07cce40a4

View File

@ -2,14 +2,14 @@
, makeWrapper }:
stdenv.mkDerivation rec {
version = "5.1.1";
version = "5.2.3";
name = "dd-agent-${version}";
src = fetchFromGitHub {
owner = "DataDog";
repo = "dd-agent";
rev = version;
sha256 = "17gj2bsnidwwmwfc0m2ll90sh28izpxz2wkczpnvzfiq0askdxmp";
sha256 = "05flcbzpnmhf6qskkccbfk957sl9hhydlp4p5vqhs62hkpwmqwan";
};
buildInputs = [ python unzip makeWrapper pythonPackages.psycopg2 pythonPackages.ntplib pythonPackages.simplejson pythonPackages.pyyaml pythonPackages.requests ];