This commit is contained in:
mjallen18
2026-01-12 12:08:36 -06:00
parent dfd8d9a1a8
commit 382f059188
27 changed files with 151 additions and 154 deletions

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "gcobb321";
domain = "icloud3";
version = "v3.3.4.1";
version = "v3.3.4.4";
src = fetchFromGitHub {
owner = owner;
repo = "icloud3";
rev = "${version}";
hash = "sha256-5uw1guGLTpaLPjhXQ6jP7kA0iWdbEgNZ/vnBjJWeCPA=";
hash = "sha256-B63iY4OC00PGXx/3aq/rkiO0xK11hXz66KaglwmgxIk=";
};
nativeBuildInputs = with python3Packages; [