Skip to content

Commit

Permalink
mqtt-exporter: 1.5.0 -> 1.6.1 (NixOS#373767)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 14, 2025
2 parents eb62e6a + 83e2d11 commit 301aa4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mq/mqtt-exporter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 301aa4b

Please sign in to comment.