esphome: 2023.5.3 -> 2023.5.4

https://github.com/esphome/esphome/releases/tag/2023.5.4
This commit is contained in:
Martin Weinelt
2023-05-25 00:30:25 +02:00
parent 77d9ba476b
commit b236363131
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.5.3";
version = "2023.5.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-1j8XS9hyQpN/3ERpbJ4EfVIBBB7UC6J5bWUVtLMuG4U=";
hash = "sha256-TjPlvp4neGWgPTpvG/I0JGVw8qK/wxa3qC65PvZH9OA=";
};
postPatch = ''