home-assistant: pin python-roborock at 2.18.2
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user