esphome: 2021.8.2 -> 2021.9.0
This commit is contained in:
parent
efe14e7013
commit
7566d3679a
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue