Merge pull request #229449 from mweinelt/esphome-2023.4.3

esphome: 2023.4.2 -> 2023.4.3
This commit is contained in:
Nick Cao
2023-05-03 09:32:45 +08:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.4.2";
version = "2023.4.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ThawFY2TPDF70YCh/XJR07YJ5GhbcjFpanLo12Pj3Gk=";
hash = "sha256-UKcHtrHU7Gh48G0ImgW/+2rT+ucxFzxKCur7/OfDif0=";
};
postPatch = ''