esphome: 2024.7.0 -> 2024.7.1

https://github.com/esphome/esphome/releases/tag/2024.7.1
This commit is contained in:
Martin Weinelt 2024-07-23 03:00:31 +02:00
parent 672da6a40e
commit 07a71bbc9a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.7.0";
version = "2024.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bQGsLt8+WPaQfQ9ReKGrIS1O071LkpAxJerfHO3E0Oc=";
hash = "sha256-V44c4+bU3pUO6S8qhI7O4GvKqo3lXB8rqLrKNkuODVc=";
};
nativeBuildInputs = with python.pkgs; [