Skip to content

Commit 6216c35

Browse files
authored
esphome: 2024.10.3 -> 2024.11.0 (#357617)
2 parents c84609c + 0e333ac commit 6216c35

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pkgs/tools/misc/esphome/dashboard.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
buildPythonPackage 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 ];

pkgs/tools/misc/esphome/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ let
2121
in
2222
python.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

0 commit comments

Comments
 (0)