Merge pull request #250680 from r-ryantm/auto-update/esphome

esphome: 2023.8.1 -> 2023.8.2
This commit is contained in:
Jonas Heinrich 2023-08-22 18:35:00 +02:00 committed by GitHub
commit 1942a2ebfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.8.1";
version = "2023.8.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-a85nNUVaa7CbYdI/xM30fp7i1gMRz18Ior4mwseFZqU=";
hash = "sha256-KizeBaDw/9XoPwIjjc3VKkiaHTK5VYQXss4cQZZaGzs=";
};
postPatch = ''