Robert Schütz
2025-10-10 20:42:00 -07:00
parent d72cdb6226
commit 2eaf1d0272
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.10.1";
version = "2025.10.2";
components = {
"3_day_blinds" =
ps: with ps; [

View File

@@ -330,7 +330,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.10.1";
hassVersion = "2025.10.2";
in
python.pkgs.buildPythonApplication rec {
@@ -351,13 +351,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-1C7Lg/pL1C+pUoo4RiL1TVECTqtEn6jnZ6muLohYPcw=";
hash = "sha256-Y9StuiDaICKgqRrYc8d0i/Ey6R78J/5tvk/0qGVeZPQ=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-cVARVLg80wVkruSed7ywrnK+lutLWbMJL2MBIwAapBA=";
hash = "sha256-tIUImUHGh8nrf0IuSOjSuV718B0SIS/oL6yLnyu8gOE=";
};
build-system = with python.pkgs; [