mqtt-exporter: 1.6.1 -> 1.7.0 (#388176)

This commit is contained in:
Nick Cao
2025-03-08 17:11:45 -05:00
committed by GitHub
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "mqtt-exporter";
version = "1.6.1";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kpetremann";
repo = "mqtt-exporter";
tag = "v${version}";
hash = "sha256-XTgnD3H48KKclPhfmBPiWQPaJkfiBxjq2YQusOPLFJQ=";
hash = "sha256-aEuwJeNMB6sou6oyAwCj11lOdMCjCyEsrDcMF/pHzcg=";
};
pythonRelaxDeps = [ "prometheus-client" ];
@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
meta = {
description = "Generic MQTT Prometheus exporter for IoT";
homepage = "https://github.com/kpetremann/mqtt-exporter";
changelog = "https://github.com/kpetremann/mqtt-exporter/releases/tag/v${version}";
changelog = "https://github.com/kpetremann/mqtt-exporter/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "mqtt-exporter";