File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "esphome-dashboard" ;
15- version = "20240620 .0" ;
15+ version = "20241120 .0" ;
1616 pyproject = true ;
1717
1818 src = fetchFromGitHub {
1919 owner = "esphome" ;
2020 repo = "dashboard" ;
2121 rev = "refs/tags/${ version } " ;
22- hash = "sha256-LmIxfX3rcRK90h31J0B5T02f48MCctFERgXxf0zkDm0 =" ;
22+ hash = "sha256-insoDWHqMFAGgmsY2ZgNuo1cl0WGJXRy398bt3ADORs =" ;
2323 } ;
2424
2525 npmDeps = fetchNpmDeps {
2626 inherit src ;
27- hash = "sha256-xMVESS1bPNJF07joUgY8ku+GWtflWhM8mYAv0emggc8 =" ;
27+ hash = "sha256-UKrF7yzyj09WBrmrJ6uzcRjIYrKwCqLQ5paiqnt/Xuc =" ;
2828 } ;
2929
3030 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 2121in
2222python . pkgs . buildPythonApplication rec {
2323 pname = "esphome" ;
24- version = "2024.10.3 " ;
24+ version = "2024.11.0 " ;
2525 pyproject = true ;
2626
2727 src = fetchFromGitHub {
2828 owner = pname ;
2929 repo = pname ;
3030 rev = "refs/tags/${ version } " ;
31- hash = "sha256-13hNX9uaQbO/IKUkGaOITKh+REqUCHirbTPRgomzHBU =" ;
31+ hash = "sha256-YH/i1W9d79ZnQCiLiAMHn6goa0l/kqL4MddKYcgLOjg =" ;
3232 } ;
3333
3434 build-systems = with python . pkgs ; [
@@ -56,7 +56,7 @@ python.pkgs.buildPythonApplication rec {
5656 cat requirements_optional.txt >> requirements.txt
5757 # relax strict runtime version check
5858 substituteInPlace esphome/components/font/__init__.py \
59- --replace-fail "10.2 .0" "${ python . pkgs . pillow . version } "
59+ --replace-fail "10.4 .0" "${ python . pkgs . pillow . version } "
6060 '' ;
6161
6262 # Remove esptool and platformio from requirements
@@ -76,7 +76,9 @@ python.pkgs.buildPythonApplication rec {
7676 colorama
7777 cryptography
7878 esphome-dashboard
79+ freetype-py
7980 icmplib
81+ glyphsets
8082 kconfiglib
8183 packaging
8284 paho-mqtt
You can’t perform that action at this time.
0 commit comments