Merge pull request #228653 from r-ryantm/auto-update/esphome

esphome: 2023.4.1 -> 2023.4.2
This commit is contained in:
Martin Weinelt
2023-04-28 11:48:01 +02:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.4.1";
version = "2023.4.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-XnsEidB/rqpiDABLMHHYX7ZMzyXi9OuAnyNFQAmLojA=";
hash = "sha256-ThawFY2TPDF70YCh/XJR07YJ5GhbcjFpanLo12Pj3Gk=";
};
postPatch = ''