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

esphome: 2023.7.0 -> 2023.7.1
This commit is contained in:
Nick Cao 2023-08-05 21:26:48 -06:00 committed by GitHub
commit a3d074b307
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.7.0";
version = "2023.7.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zJ00Ypb//b+SndzMC/QGzxtu9GZefaJvr5tKYp68hhc=";
hash = "sha256-warrNm07YXD0TEb91JQPr9ouDh7lC+YCQYOM3fed3Es=";
};
postPatch = ''