esphome: 2023.6.4 -> 2023.6.5

https://github.com/esphome/esphome/releases/tag/2023.6.5
This commit is contained in:
Martin Weinelt 2023-07-10 13:46:10 +02:00
parent 06c84f5b48
commit a566cc7901
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.6.4";
version = "2023.6.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kiqEpNhtxEgwzAfJDaxHqN9lN+0BFEPhs3WMJoac5z0=";
hash = "sha256-3CuIAzw4AxvpUw69WEq99XIv0D+TqwejqEGPvG2Zdpw=";
};
postPatch = ''