Commit 83e2d111 authored by R. RyanTM's avatar R. RyanTM
Browse files

mqtt-exporter: 1.5.0 -> 1.6.1

parent deb4f62a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mqtt-exporter";
  version = "1.5.0";
  version = "1.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kpetremann";
    repo = "mqtt-exporter";
    tag = "v${version}";
    hash = "sha256-3gUAiujfBXJpVailx8cMmSJS7l69XpE4UGK/aebcQqY=";
    hash = "sha256-XTgnD3H48KKclPhfmBPiWQPaJkfiBxjq2YQusOPLFJQ=";
  };

  pythonRelaxDeps = [ "prometheus-client" ];