about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-04 18:37:21 -0500
committerGitHub <noreply@github.com>2019-09-04 18:37:21 -0500
commit044cc701c23ede96355eb1dc997985b4dfac0372 (patch)
treea339f6b8a1a7c9c7e45ac1d06fe2d1e055e6bfe1 /pkgs
parent589c156869c237c3f8f537277f026bff9369cb82 (diff)
parente4bbf5cdbfae8c1333a41730c6bc17ac97892ce5 (diff)
downloadnixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar.gz
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar.bz2
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar.lz
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar.xz
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.tar.zst
nixlib-044cc701c23ede96355eb1dc997985b4dfac0372.zip
Merge pull request #68048 from marsam/update-netdata
netdata: 1.16.0 -> 1.17.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/netdata/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index dc169ee23b47..30ebd4969dc5 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -12,12 +12,12 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "1.16.0";
+  version = "1.17.0";
   pname = "netdata";
 
   src = fetchurl {
     url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
-    sha256 = "0kwbrkv7g9m7l580myd2r8bpxqn6fxmx5vd6xh7x94wygfffhann";
+    sha256 = "099xvndf5lql4ipwqhm38lpc65yicmpmkk3a7c2j4m48l3vqw9y6";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];