netdata: 1.28.0 -> 1.29.0

This commit is contained in:
R. RyanTM 2021-02-05 07:05:37 +00:00
parent 9397c5b741
commit c3ecdf3e64

View file

@ -15,14 +15,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.28.0";
version = "1.29.0";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "1266jbfw55r1zh00xi6c90j2fs9hw8hmsb7686rh04l8mffny9f4";
sha256 = "sha256-Bkap0Ld5zz+HxEjkZrmPZieUpyim4/gpE8oL0q9LGqk=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];