esphome: 2023.11.1 -> 2023.11.2

https://github.com/esphome/esphome/releases/tag/2023.11.2
This commit is contained in:
Martin Weinelt 2023-11-18 12:53:20 +01:00
parent 5b19fa843a
commit 504c03961d
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.11.1";
version = "2023.11.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hdSWrKOht1McZxTJtgvy+vqN49bi/P54/D7WDxIRb4w=";
hash = "sha256-7VYGrWoElc/urs+jomJrRt0dzdmJhCenRvb9bHCl6H4=";
};
postPatch = ''