Merge pull request #142409 from mweinelt/esphome

esphome: 2021.9.3 -> 2021.10.0
conduit-nginx
Fabian Affolter 2021-10-21 08:50:13 +02:00 committed by GitHub
commit 2ebdd7a1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4,11 +4,11 @@
with python3.pkgs; buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20210908.0";
version = "20211021.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Oz/87FFP9AEK7vVTjgqIA6hSSQJLKet759S2t5Ci1oA=";
sha256 = "sha256-stJ6fUs02XpCN671EztHTLkXd57eMo6472Q1e1/cbHY=";
};
# no tests

View File

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.9.3";
version = "2021.10.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-vQ4OX+iHWWIxi/r5ayChgNglI7QQsgx0LqXCR6J0pLE=";
sha256 = "sha256-2fAtVzaRPnot7jZQOQCOn+HH692kUsqU8aeX8rQwMpg=";
};
patches = [
@ -54,12 +54,14 @@ with python.pkgs; buildPythonApplication rec {
cryptography
esphome-dashboard
ifaddr
kconfiglib
paho-mqtt
pillow
protobuf
pyserial
pyyaml
tornado
tzdata
tzlocal
voluptuous
];