fix this package

This commit is contained in:
mjallen18
2025-07-30 21:44:57 -05:00
parent fd3f61a0ac
commit ce142bb64a

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "gcobb321"; owner = "gcobb321";
domain = "icloud3"; domain = "icloud3";
version = "v3.2.3"; version = "3.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = owner; owner = owner;
repo = "icloud3"; repo = "icloud3";
rev = "v.${version}"; rev = "v${version}";
hash = "sha256-1yygw2k5r2cqh0df6njwjb5lp2nd9cgh684pkjqlzzsbx7jzc8a7"; hash = "sha256-RyH25elL/0+xnJcgAx9LzYpLy5JcWuMagJiJXKbgz/s=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [