Merge pull request #113738 from r-ryantm/auto-update/netdata

netdata: 1.29.1 -> 1.29.2
This commit is contained in:
Raghav Sood 2021-02-20 18:17:27 +08:00 committed by GitHub
commit 29263ef37e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@ with lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.29.1";
version = "1.29.2";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-Wmfqxjy0kCy8vsegoe+Jn5Az/XEZxeHZDRMLmOrp+Iw=";
sha256 = "sha256-Y949jHIX3VOwaxeaBqqTZUx66Sd0s27kMCCjcnJORO4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];