esphome: 2024.3.0 -> 2024.3.1

https://github.com/esphome/esphome/releases/tag/2024.3.1
This commit is contained in:
Martin Weinelt 2024-03-27 23:40:00 +01:00
parent 28c363bf3b
commit 3e444c62c0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
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; [