update packages

This commit is contained in:
mjallen18
2025-11-20 21:22:49 -06:00
parent aee0a4b34b
commit f5161b237a
10 changed files with 41 additions and 30 deletions

View File

@@ -7,16 +7,17 @@
buildHomeAssistantComponent rec {
owner = "gcobb321";
domain = "icloud3";
version = "3.2.3";
version = "3.3.1";
src = fetchFromGitHub {
owner = owner;
repo = "icloud3";
rev = "v${version}";
hash = "sha256-RyH25elL/0+xnJcgAx9LzYpLy5JcWuMagJiJXKbgz/s=";
hash = "sha256-dwJXGgAramiBtKmbG0i3iJTeAAeGjmq+2CwZjbcPRlw=";
};
propagatedBuildInputs = with python3Packages; [
fido2
srp
];