Martin Weinelt 2024-07-04 23:50:07 +02:00
parent 528945994a
commit 9dafb71293
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.6.4";
version = "2024.6.6";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Wdq6sduIjvvLZAumYGmlm3QDaSKqmg/rssQNjdxQuaA=";
hash = "sha256-/EGj6kEgUhQefdFz/IllKWeVGLhC3STiOOsy3Pq4pIM=";
};
nativeBuildInputs = with python.pkgs; [