Merge pull request #189251 from mweinelt/esphome

esphome: 2022.8.0 -> 2022.8.1
This commit is contained in:
Jonas Heinrich 2022-09-03 09:01:37 +02:00 committed by GitHub
commit f89f2776de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''