aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-15 17:49:34 -0500
committerGitHub <noreply@github.com>2019-09-15 17:49:34 -0500
commit41894f17e02ab2644c472759309a7b4d6a94493d (patch)
treec92140400c4d9f13115c46d6b659fdc9f59480eb /pkgs/tools/system
parent18eeec914baafca1a58092d260f9038df0983f6e (diff)
parent67425aa31e30b768b2679c40b5a2b3ea39d3e226 (diff)
Merge pull request #68644 from marsam/update-netdata
netdata: 1.17.0 -> 1.17.1
Diffstat (limited to 'pkgs/tools/system')
-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 30ebd4969dc..7526a55d7ef 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.17.0";
+ version = "1.17.1";
pname = "netdata";
src = fetchurl {
url = "https://github.com/netdata/netdata/releases/download/v${version}/netdata-v${version}.tar.gz";
- sha256 = "099xvndf5lql4ipwqhm38lpc65yicmpmkk3a7c2j4m48l3vqw9y6";
+ sha256 = "0k49ms295b9icccvknyqyqlsy911h06c7h7aql5havcx5m5jxq7w";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];