netdata: 1.23.2 -> 1.24.0

wip/yesman
Izorkin 4 years ago
parent b72fd5c9df
commit af8e526347
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
  1. 11
      pkgs/tools/system/netdata/default.nix

@ -14,14 +14,14 @@ with stdenv.lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.23.2";
version = "1.24.0";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "1vv92plk9dxk6fl76ik1zralpzc35ymrfyrf1cr6pv8q3agyy5k4";
sha256 = "19zr2wlsc8rbw6a7vjy4ivgq71l34lh70pcgwa0k5sp1vryj7r3d";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -36,12 +36,6 @@ in stdenv.mkDerivation rec {
patches = [
./no-files-in-etc-and-var.patch
] ++ stdenv.lib.optionals (!stdenv.cc.isGNU) [
# fix memcpy typo for non-gnu. Remove with the next release.
(fetchpatch {
url = "https://github.com/netdata/netdata/commit/da7f267196b489e9a75724b68897e8f2e6137d72.patch";
sha256 = "1j2sa06j6v491nw58bjx5nqqyfi1n2n9z3p3jiy4yh74m3asldlv";
})
];
NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
@ -84,5 +78,4 @@ in stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = [ maintainers.lethalman ];
};
}

Loading…
Cancel
Save