esphome: 2023.4.4 -> 2023.5.0

https://github.com/esphome/esphome/releases/tag/2023.5.0
This commit is contained in:
Martin Weinelt 2023-05-17 13:26:27 +02:00
parent 05aa94f9bc
commit 1b2e8915e2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 5 additions and 5 deletions

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20230214.0";
version = "20230516.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-TfQIvvLLsYubLbai2RNJkCu96nYFEWbdZU8WaJbpUwU=";
hash = "sha256-Mkh31ip7xzG8e4qgIVc+HFN310SnuTGRp4HYbFqKa/A=";
};
# no tests

View file

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.4.4";
version = "2023.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zRzojc2cmBTpvP3yOADWTTK0MOsgCvUcr6idGiRovXo=";
hash = "sha256-prbFCetgHhPsuiXI3bhfGpOpYHPusECC8zuPhT1ZCSU=";
};
postPatch = ''
@ -49,12 +49,12 @@ python.pkgs.buildPythonApplication rec {
colorama
cryptography
esphome-dashboard
ifaddr
kconfiglib
paho-mqtt
pillow
platformio
protobuf
pyparsing
pyserial
pyyaml
requests