esphome: 2023.4.2 -> 2023.4.3

https://github.com/esphome/esphome/releases/tag/2023.4.3
This commit is contained in:
Martin Weinelt 2023-05-02 12:19:18 +02:00
parent 44f30edf56
commit c0a0cf0e98
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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 = ''