Skip to content

Commit

Permalink
Merge pull request #88196 from r-ryantm/auto-update/netdata
Browse files Browse the repository at this point in the history
netdata: 1.21.1 -> 1.22.1
  • Loading branch information
marsam committed May 20, 2020
2 parents 72faa59 + f23c95b commit 885a794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/netdata/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 885a794

Please sign in to comment.