mqtt-exporter: 1.5.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-01-14 16:07:18 +00:00
parent deb4f62a8a
commit 83e2d111cf
+2 -2
View File
@@ -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" ];