home-assistant: pin aiomqtt to version 2.0.1

This commit is contained in:
Robert Schütz
2025-02-06 18:55:51 +01:00
committed by Martin Weinelt
parent 48aee4149c
commit 2d19721693
+11
View File
@@ -45,6 +45,17 @@ let
];
});
aiomqtt = super.aiomqtt.overridePythonAttrs (rec {
version = "2.0.1";
src = fetchFromGitHub {
owner = "sbtinstruments";
repo = "aiomqtt";
tag = "v${version}";
hash = "sha256-bV1elEO1518LVLwNDN5pzjxRgcG34K1XUsK7fTw8h+8=";
};
meta.broken = false;
});
aioskybell = super.aioskybell.overridePythonAttrs (oldAttrs: rec {
version = "22.7.0";
src = fetchFromGitHub {