home-assistant: pin python-roborock at 2.18.2

This commit is contained in:
Martin Weinelt
2025-08-12 13:28:18 +02:00
parent 9108b8ed72
commit 3caf0795e5
+11
View File
@@ -269,6 +269,17 @@ let
doCheck = false;
});
python-roborock = super.python-roborock.overridePythonAttrs rec {
version = "2.18.2";
src = fetchFromGitHub {
owner = "Python-roborock";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-7xcw1jNCDapHjH1YVB5NW7jxMyb8Raf8HuTnWf2vdFo=";
};
};
python-telegram-bot = super.python-telegram-bot.overridePythonAttrs (oldAttrs: rec {
version = "21.5";