Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
datadog-agent: 6.4.2 -> 6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin committed Jan 8, 2019
1 parent 0e19695 commit 47a8b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/datadog-agent.nix
Expand Up @@ -186,7 +186,7 @@ in {
type = types.attrs;
default = {
init_config = {};
instances = [ { use-mount = "no"; } ];
instances = [ { use_mount = "false"; } ];
};
};

Expand Down
8 changes: 4 additions & 4 deletions pkgs/tools/networking/dd-agent/6.nix
Expand Up @@ -6,14 +6,14 @@ let

in buildGoPackage rec {
name = "datadog-agent-${version}";
version = "6.4.2";
version = "6.8.3";
owner = "DataDog";
repo = "datadog-agent";

src = fetchFromGitHub {
inherit owner repo;
rev = "155fddb3547919bd54530dfdb250e0cb2defae7d";
sha256 = "0l7ic0p2h27x386k1gzzm20af2s06cpalmqz0h0c5zq4wszmw5zy";
rev = "${version}";
sha256 = "18kk3f10pbcxplshxzbblga6bqlkk5mgy536yy27j463l4xps92q";
};

subPackages = [
Expand Down Expand Up @@ -57,7 +57,7 @@ in buildGoPackage rec {
# into standard paths.
postInstall = ''
mkdir -p $bin/${python.sitePackages} $bin/share/datadog-agent
cp -R $src/cmd/agent/dist/{conf.d,trace-agent.conf} $bin/share/datadog-agent
cp -R $src/cmd/agent/dist/conf.d $bin/share/datadog-agent
cp -R $src/cmd/agent/dist/{checks,utils,config.py} $bin/${python.sitePackages}
cp -R $src/pkg/status/dist/templates $bin/share/datadog-agent
Expand Down

0 comments on commit 47a8b13

Please sign in to comment.