esphome: 2023.10.3 -> 2023.10.4

https://github.com/esphome/esphome/releases/tag/2023.10.4
This commit is contained in:
Martin Weinelt 2023-10-30 12:53:47 +01:00
parent 38e0d826c8
commit 310d019527
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.3";
version = "2023.10.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rvU2eA9HEZv77cn2K4xEL/hqBk2hauFv7eUHZzR5Q5s=";
hash = "sha256-rDq6uudT1kW97TiE9FswfgzLlNPTo8+YjD7HEvbrMn0=";
};
postPatch = ''