Commit a100282d authored by Raito Bezarius's avatar Raito Bezarius
Browse files
parent 4d2389b9
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.41.0";
  version = "1.42.0";
  pname = "netdata";

  src = fetchFromGitHub {
    owner = "netdata";
    repo = "netdata";
    rev = "v${version}";
    sha256 = "sha256-MZQ1ZTghH4bN7kCMqbyQlAGSgE70sYJxjiamTTH/6ds=";
    hash = "sha256-Gd+lZVi0bU/7dXCZaPyRwWKkFOm+QNbuwgxcXS2YO7E=";
    fetchSubmodules = true;
  };