Merge pull request #138068 from mweinelt/esphome

This commit is contained in:
Martin Weinelt 2021-09-16 04:42:10 +02:00 committed by GitHub
commit 08e938ed27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

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

View file

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