Merge pull request #293616 from mweinelt/esphome-2024.2.2

esphome: 2024.2.1 -> 2024.2.2
This commit is contained in:
Martin Weinelt 2024-03-07 22:52:22 +01:00 committed by GitHub
commit 2804976d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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