Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-11 06:16:35 +00:00
committed by GitHub
32 changed files with 203 additions and 181 deletions
+2 -2
View File
@@ -15,14 +15,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.29.0";
version = "1.29.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-Bkap0Ld5zz+HxEjkZrmPZieUpyim4/gpE8oL0q9LGqk=";
sha256 = "sha256-Wmfqxjy0kCy8vsegoe+Jn5Az/XEZxeHZDRMLmOrp+Iw=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];