esphome: 2021.10.1 -> 2021.11.4

This commit is contained in:
Martin Weinelt 2021-11-17 10:34:09 +01:00
parent fd58133e8e
commit f69af24c74
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 = "20211021.0";
version = "20211201.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-stJ6fUs02XpCN671EztHTLkXd57eMo6472Q1e1/cbHY=";
sha256 = "sha256-/VARM59TI2Ff70Jq0smFMrt4o2G/wKSdcOreLfxMAMQ=";
};
# no tests

View file

@ -16,13 +16,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.10.1";
version = "2021.11.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-zVZantMYtDWkvFrXmX0HpUchmc3T2gbkrMiWGP2ibNc=";
sha256 = "sha256-hPnng3Jkb2FucEOar/MIjvWHKbT3NNxEn6CIr3sd1Ng=";
};
patches = [