Merge pull request #265112 from mweinelt/esphome-2023.10.6

esphome: 2023.10.5 -> 2023.10.6
This commit is contained in:
Nick Cao
2023-11-03 09:53:37 -04:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.10.5";
version = "2023.10.6";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-I/VA1/vw0WrTsLC1F3IrKYf8lmTJHLG/RYj3VcJx+Zc=";
hash = "sha256-GqZSQVQnxLj0JrUrCMB5+RmxcJRU6ErIDGP8WaMolXk=";
};
postPatch = ''