Merge pull request #264707 from mweinelt/esphome-2023.10.5

esphome: 2023.10.4 -> 2023.10.5
This commit is contained in:
Martin Weinelt 2023-11-02 02:05:54 +01:00 committed by GitHub
commit 17cc6d5d02
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.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 = ''