Merge pull request #232406 from mweinelt/esphome

esphome: 2023.4.4 -> 2023.5.0
This commit is contained in:
Martin Weinelt 2023-05-18 01:45:42 +02:00 committed by GitHub
commit 1c156cbfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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