esphome: 2021.8.2 -> 2021.9.0

This commit is contained in:
Martin Weinelt 2021-09-15 23:49:56 +02:00
parent efe14e7013
commit 7566d3679a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.8.2";
version = "2021.9.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-R+5eefPUZc6y/B8cZbxsLVrVwvBbVISZQAb1KwiYdFg=";
sha256 = "sha256-QYtScfw+VFYc5rljDf1W+vI8Rx2UJuQ51yBTBVhO7Ns=";
};
patches = [
@ -48,6 +48,7 @@ with python.pkgs; buildPythonApplication rec {
# - validate_cryptography_installed
# - validate_pillow_installed
propagatedBuildInputs = [
aioesphomeapi
click
colorama
cryptography