mqtt-exporter: 1.11.2 -> 1.12.1

This commit is contained in:
R. Ryantm
2026-05-16 17:56:40 +00:00
parent a0df58bdaf
commit 07d41d62f2
+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 ];