Merge pull request #299634 from mweinelt/esphome-2024.3.1

esphome: 2024.3.0 -> 2024.3.1
This commit is contained in:
Martin Weinelt 2024-03-28 04:27:58 +01:00 committed by GitHub
commit 7121e9de97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.3.0";
version = "2024.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ha15MLTScFmgYjIRwCQ46DD+Zm64r+KReJTS8jfZX0o=";
hash = "sha256-lWDQp3I8AJT5iTT8wMj/ZL6ykw2NNeLXdq1obnMP7Ao=";
};
nativeBuildInputs = with python.pkgs; [