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

netdata: 1.21.1 -> 1.22.1
This commit is contained in:
Mario Rodas 2020-05-19 21:19:00 -05:00 committed by GitHub
commit 885a7942d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@ with stdenv.lib;
let
go-d-plugin = callPackage ./go.d.plugin.nix {};
in stdenv.mkDerivation rec {
version = "1.21.1";
version = "1.22.1";
pname = "netdata";
src = fetchFromGitHub {
owner = "netdata";
repo = "netdata";
rev = "v${version}";
sha256 = "0i0k64r8j1g02s2bi2gm0j47y52l3xli63w686ncpgmlhwmdfz65";
sha256 = "1hliv4d3pa8c3inz0bcl6nngfmp8vwnvh7smbwqiq7isfjijbpr6";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];