esphome: 2025.12.7 -> 2026.1.0

https://github.com/esphome/esphome/releases/tag/2026.1.0
This commit is contained in:
Martin Weinelt
2026-01-21 17:01:31 +01:00
parent 21a63c1acf
commit d43fc5e0f4
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -13,19 +13,19 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20251013.0";
version = "20260110.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "dashboard";
tag = version;
hash = "sha256-PZf9YLtHqeR+5BRVv1yOMVt6NVlbJTj98ukGnO0RV0Q=";
hash = "sha256-h8g/MRfOBkiCKNTOM4I6OimsE5ljgsIMQLl1eZLfP3U=";
};
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-wWDM4ODlZAjjDonzS4czdBPBaRS0Px2KUlE4AfsqNIQ=";
hash = "sha256-DkK2WG7oWHvwYflNdwOMfE0OVP2ICEGAhhTH2rix9zc=";
};
build-system = [ setuptools ];
+3 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.12.7";
version = "2026.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-KC3LbY5mU4xig3kftIuemSz/RAnJ7wZ8eSccr9BKz9Q=";
hash = "sha256-TDXOftuj0ls+1TF6LXoX2Q+PzicL0nJP+1SJHi6qvMA=";
};
patches = [
@@ -95,6 +95,7 @@ python.pkgs.buildPythonApplication rec {
pyparsing
pyserial
pyyaml
resvg-py
ruamel-yaml
tornado
tzdata