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

netdata: 1.29.2 -> 1.29.3
This commit is contained in:
Mario Rodas 2021-02-25 20:01:26 -05:00 committed by GitHub
commit d60db095f0
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.2";
version = "1.29.3";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "sha256-Y949jHIX3VOwaxeaBqqTZUx66Sd0s27kMCCjcnJORO4=";
sha256 = "sha256-GWIQZEC5agJ+Zw7l58IIAJhXP6dxirCmWVBJulzBO5Q=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];