Merge pull request #270518 from mweinelt/esphome-2023.11.5

esphome: 2023.11.4 -> 2023.11.6
This commit is contained in:
Martin Weinelt
2023-12-02 23:09:04 +01:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.11.4";
version = "2023.11.6";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-KIDqIf9aJP5IS+qE0Gy5j3F2DGz/WGbN4Wf9SGzgnzA=";
hash = "sha256-9LqZlhCt+7p6tnSHFhbnUzkEOJQDsg/Pd/hgd/Il0ZQ=";
};
postPatch = ''