esphome: 2022.8.0 -> 2022.8.1

https://github.com/esphome/esphome/releases/tag/2022.8.1
This commit is contained in:
Martin Weinelt 2022-09-01 13:22:47 +02:00
parent af3da5cc30
commit 4327b6c821
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.8.0";
version = "2022.8.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-lukK++CRpl7ucX9RuYa4qhHBbBY4oc/ijqGopeIaXPY=";
hash = "sha256-eBD7UC6xNxW9tkqXSLgntDqwyGpLwv6fpChIYgbIFBM=";
};
postPatch = ''