3
0
Fork 0
forked from mirrors/nixpkgs

netdata: 1.17.0 -> 1.17.1

Changelog: https://github.com/netdata/netdata/releases/tag/v1.17.1
This commit is contained in:
Mario Rodas 2019-09-13 04:20:00 -05:00
parent 23d7d7c366
commit 67425aa31e
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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