esphome: 2023.6.0 -> 2023.6.1

https://github.com/esphome/esphome/releases/tag/2023.6.1
This commit is contained in:
Martin Weinelt 2023-06-22 23:04:37 +02:00
parent 95016e776f
commit 0ffc9ae0a3
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.0";
version = "2023.6.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oBIXRn5hR8hOgAtPCJBVOcjQagFvPVGIVZgWeXBYqdI=";
hash = "sha256-26oVqSNXuCyovybe0vi10rD89eSQHFYn+WHpGLMn2QA=";
};
postPatch = ''