esphome: 2023.5.4 -> 2023.5.5

https://github.com/esphome/esphome/releases/tag/2023.5.5
This commit is contained in:
Martin Weinelt 2023-05-29 00:34:27 +02:00
parent 16995eedcc
commit 6b7434d32e
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.5.4";
version = "2023.5.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TjPlvp4neGWgPTpvG/I0JGVw8qK/wxa3qC65PvZH9OA=";
hash = "sha256-PV+uqJKXqnSMItWVg8iZVOQwxHrDHthezqyvciRq5+M=";
};
postPatch = ''