esphome: 2022.6.2 -> 2022.8.0

https://github.com/esphome/esphome/releases/tag/2022.8.0
This commit is contained in:
Martin Weinelt 2022-08-17 14:34:59 +02:00
parent be2b7afc99
commit 1c318448a5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.6.2";
version = "2022.8.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-VD2ZTsNIgWtIuWPv1ZQS7G1PlDr2cgYWqXrSuriZWtw=";
hash = "sha256-lukK++CRpl7ucX9RuYa4qhHBbBY4oc/ijqGopeIaXPY=";
};
postPatch = ''