Merge pull request #68048 from marsam/update-netdata

netdata: 1.16.0 -> 1.17.0
This commit is contained in:
Mario Rodas 2019-09-04 18:37:21 -05:00 committed by GitHub
commit 044cc701c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];