nixpkgs: dd-agent 5.1.1 -> 5.2.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
14602b8a43
commit
c07cce40a4
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue