Skip to content

Commit

Permalink
netdata: 1.7.0 -> 1.9.0 (#33009)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesbox authored and grahamc committed Dec 26, 2017
1 parent 6af1a08 commit 1258d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/netdata/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook, zlib, pkgconfig, libuuid }:

stdenv.mkDerivation rec{
version = "1.7.0";
version = "1.9.0";
name = "netdata-${version}";

src = fetchFromGitHub {
rev = "v${version}";
owner = "firehol";
repo = "netdata";
sha256 = "1fv01jnbgwbafsxavlji90zdqizn8m4nfg9ivc4sbi05j036bg6n";
sha256 = "1vy0jz5lxw63b830l9jgf1qqhp41gzapyhdr5k1gwg3zghvlg10w";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 1258d9a

Please sign in to comment.