Commit b56c79d1 authored by R. RyanTM's avatar R. RyanTM
Browse files

netdata: 1.39.0 -> 1.39.1

parent cd567da6
Loading
Loading
Loading
Loading
+2 −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;
  };