mqtt-exporter: 1.11.2 -> 1.12.1 (#521041)

This commit is contained in:
Fabian Affolter
2026-05-17 21:33:17 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "mqtt-exporter";
version = "1.11.2";
version = "1.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "kpetremann";
repo = "mqtt-exporter";
tag = "v${finalAttrs.version}";
hash = "sha256-pWXdd82K1BhUKHGVGpTRW4f/Xa9nf0Ww/l2pxdw/Jw8=";
hash = "sha256-cCVbvO1+69zIxbGGW7p3YTbDQgSU41uVR7M3jOHaqO8=";
};
build-system = with python3.pkgs; [ setuptools ];