esphome: 1.20.1 -> 1.20.2

This commit is contained in:
Martin Weinelt 2021-07-29 11:07:29 +02:00
parent db809100db
commit 6a0d5d8dd2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@
with python3.pkgs; buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20210719.0";
version = "20210728.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gUZut9FsFHZ0zcTg+QDIdsM3EMvNFBawgBnt/Ia1BIc=";
sha256 = "sha256-OmlMrPLFMIV0Nu3aEKFotFXCZ2RKH9wYaev0SKvMBfQ=";
};
# no tests

View file

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "1.20.1";
version = "1.20.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-uCMxtMEOWrlOpc8SXDzleLY5VfyizmSh1tWgxTLUjzg=";
sha256 = "sha256-th0UJsLTJ8fAgiIv3HvNrbigFwoJO7gEXObYFV3c3WA=";
};
patches = [