Merge pull request #131929 from mweinelt/esphome

esphome: 1.20.1 -> 1.20.2
This commit is contained in:
Robin Gloster 2021-07-29 12:40:19 +02:00 committed by GitHub
commit 2ee6e6f365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 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 = "20210719.0"; version = "20210728.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-gUZut9FsFHZ0zcTg+QDIdsM3EMvNFBawgBnt/Ia1BIc="; sha256 = "sha256-OmlMrPLFMIV0Nu3aEKFotFXCZ2RKH9wYaev0SKvMBfQ=";
}; };
# 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 = "1.20.1"; version = "1.20.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-uCMxtMEOWrlOpc8SXDzleLY5VfyizmSh1tWgxTLUjzg="; sha256 = "sha256-th0UJsLTJ8fAgiIv3HvNrbigFwoJO7gEXObYFV3c3WA=";
}; };
patches = [ patches = [