Merge pull request #311599 from mweinelt/hass-homematicip-pin

home-assistant: pin homematicip at 1.1.0
This commit is contained in:
Martin Weinelt
2024-05-14 11:21:06 +02:00
committed by GitHub
+10
View File
@@ -179,6 +179,16 @@ let
};
});
homematicip = super.homematicip.overridePythonAttrs rec {
version = "1.1.0";
src = fetchFromGitHub {
owner = "hahn-th";
repo = "homematicip-rest-api";
rev = "refs/tags/${version}";
hash = "sha256-tx7/amXG3rLdUFgRPQcuf57qkBLAPxPWjLGSO7MrcWU=";
};
};
intellifire4py = super.intellifire4py.overridePythonAttrs (oldAttrs: rec {
version = "2.2.2";
src = fetchFromGitHub {