esphome: 2022.2.3 -> 2022.2.4

https://github.com/esphome/esphome/releases/tag/2022.2.4
This commit is contained in:
Martin Weinelt 2022-02-20 23:02:01 +01:00
parent 200badba2d
commit d9d37eea31
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,14 +16,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.2.3";
version = "2022.2.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-Pt57wI1cYTqT65zGOk1/GyvK0BqITxCzWIyXSNZ9D/0=";
sha256 = "sha256-RG5wTWEpBEC4zTGJ7XTmnjnhSVAllqXjcr3qYbmhqP4=";
};
postPatch = ''