Merge pull request #267905 from mweinelt/esphome-2023.11.1

esphome: 2023.11.0 -> 2023.11.1
This commit is contained in:
Martin Weinelt 2023-11-16 22:23:25 +01:00 committed by GitHub
commit a383f7cf50
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.11.0";
version = "2023.11.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-965gjYQmdsx4G4HJdBYx8u1jvAk48fLRP8QXDv1eQLM=";
hash = "sha256-hdSWrKOht1McZxTJtgvy+vqN49bi/P54/D7WDxIRb4w=";
};
postPatch = ''