update ha components

This commit is contained in:
mjallen18
2025-12-05 17:22:51 -06:00
parent f54285bfe6
commit 0b4d63fd09
16 changed files with 91 additions and 228 deletions

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "gcobb321";
domain = "icloud3";
version = "3.3.1";
version = "3.3.4.1";
src = fetchFromGitHub {
owner = owner;
repo = "icloud3";
rev = "v${version}";
hash = "sha256-dwJXGgAramiBtKmbG0i3iJTeAAeGjmq+2CwZjbcPRlw=";
hash = "sha256-5uw1guGLTpaLPjhXQ6jP7kA0iWdbEgNZ/vnBjJWeCPA=";
};
propagatedBuildInputs = with python3Packages; [