Unverified Commit 2371c5d4 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

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

netdata: 1.39.0 -> 1.39.1
parents a5e80261 86c8d96f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

stdenv.mkDerivation rec {
  # Don't forget to update go.d.plugin.nix as well
  version = "1.39.0";
  version = "1.39.1";
  pname = "netdata";

  src = fetchFromGitHub {
    owner = "netdata";
    repo = "netdata";
    rev = "v${version}";
    sha256 = "sha256-YegHgyj9X8YDSsEV65v8oSnRDv57oz3PCkLA1vy+LYA=";
    sha256 = "sha256-jioQAUBc9jKmLgu9117TCqI/v+VMSD0CIMzEzG8J0OA=";
    fetchSubmodules = true;
  };

@@ -121,6 +121,7 @@ stdenv.mkDerivation rec {
    broken = stdenv.isDarwin || stdenv.buildPlatform != stdenv.hostPlatform;
    description = "Real-time performance monitoring tool";
    homepage = "https://www.netdata.cloud/";
    changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
    license = licenses.gpl3Plus;
    platforms = platforms.unix;
    maintainers = with maintainers; [ raitobezarius ];