update hass addons

This commit is contained in:
mjallen18
2025-08-18 19:52:09 -05:00
parent c053da2e30
commit 2623efc997
4 changed files with 9 additions and 9 deletions

View File

@@ -1,17 +1,17 @@
{ fetchFromGitHub, python3Packages, ... }:
python3Packages.buildPythonPackage rec {
pname = "wyzeapy";
version = "0.5.27";
version = "0.5.30";
format = "pyproject";
src = fetchFromGitHub {
owner = "SecKatie";
repo = "wyzeapy";
rev = version;
sha256 = "sha256-IfhRsVWj/bcKOtpCdmpgrz3L8iY73e+weHlOo5rfKHw=";
sha256 = "sha256-rEmWsCIBGNmDEecVT8O9O5/E0WVpTfA7amFI70DEmiI=";
};
buildInputs = with python3Packages; [ poetry-core ];
buildInputs = with python3Packages; [ poetry-core hatchling ];
nativeBuildInputs = with python3Packages; [
aiodns