esphome: 2024.11.0 -> 2024.11.1

https://github.com/esphome/esphome/releases/tag/2024.11.1
This commit is contained in:
Martin Weinelt 2024-11-22 00:05:13 +01:00
parent 455bf7ad57
commit a4f77dc95c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.11.0";
version = "2024.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YH/i1W9d79ZnQCiLiAMHn6goa0l/kqL4MddKYcgLOjg=";
hash = "sha256-mjZNwkJgEb9jbndGCoq1b/SggKW/TcZSpjqwg3/hZEQ=";
};
build-systems = with python.pkgs; [