esphome: 2024.2.1 -> 2024.2.2

https://github.com/esphome/esphome/releases/tag/2024.2.2
This commit is contained in:
Martin Weinelt 2024-03-06 00:56:09 +01:00
parent 5706443baf
commit 0df5886211
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,14 +19,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "2024.2.1"; version = "2024.2.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-MAyK8Wx/d7lJKEueeL7GhxxKu8EygwjylPGXB2Y3bWM="; hash = "sha256-SIp4hrllPgWNnrflUStSIcUB00eGU5pHoYveBPg7CVw=";
}; };
nativeBuildInputs = with python.pkgs; [ nativeBuildInputs = with python.pkgs; [