update hass addons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user