netdata: 1.17.0 -> 1.17.1

Changelog: https://github.com/netdata/netdata/releases/tag/v1.17.1
wip/yesman
Mario Rodas 5 years ago
parent 23d7d7c366
commit 67425aa31e
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
  1. 4
      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 ];

Loading…
Cancel
Save