esphome: 2023.11.0 -> 2023.11.1

https://github.com/esphome/esphome/releases/tag/2023.11.1
This commit is contained in:
Martin Weinelt
2023-11-16 15:54:28 +01:00
parent e6ef3b2bc2
commit 8f70675983
+2 -2
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 = ''