esphome: 2023.10.4 -> 2023.10.5

https://github.com/esphome/esphome/releases/tag/2023.10.5
This commit is contained in:
Martin Weinelt 2023-11-01 02:13:07 +01:00
parent 0ac7840a74
commit be1034e95c
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.10.4";
version = "2023.10.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rDq6uudT1kW97TiE9FswfgzLlNPTo8+YjD7HEvbrMn0=";
hash = "sha256-I/VA1/vw0WrTsLC1F3IrKYf8lmTJHLG/RYj3VcJx+Zc=";
};
postPatch = ''