esphome: 2024.6.6 -> 2024.7.0

https://github.com/esphome/esphome/releases/tag/2024.7.0
This commit is contained in:
Martin Weinelt
2024-07-17 15:12:14 +02:00
parent 32c08ba0ca
commit 7b5fa260f3
+2 -2
View File
@@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.6.6";
version = "2024.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/EGj6kEgUhQefdFz/IllKWeVGLhC3STiOOsy3Pq4pIM=";
hash = "sha256-bQGsLt8+WPaQfQ9ReKGrIS1O071LkpAxJerfHO3E0Oc=";
};
nativeBuildInputs = with python.pkgs; [