esphome: 2022.4.0 -> 2022.5.0

https://github.com/esphome/esphome/releases/tag/2022.5.0
This commit is contained in:
Martin Weinelt 2022-05-18 10:55:01 +02:00
parent e3df4655af
commit 84db863eb5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20220309.0";
version = "20220508.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-J/T3Av0jwT0CJSwc0j+YjaiKFqs9soLf7ctpiz5rmm4=";
sha256 = "sha256-nBVVNe6Qwo72ws6G8WAO99f2ftbxoixOB0eiLuILyeg=";
};
# no tests

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.4.0";
version = "2022.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-/IMiUMtWFouAjOlyq+BXvqQ1IddBXvua7y0i4J1cktM=";
sha256 = "sha256-ys4oGYZvOxKOLyeIFPR33L2uCAB1lybSo6nCIYFuA/0=";
};
postPatch = ''