Skip to content

Commit 7d4fe49

Browse files
committed
1 parent bca1063 commit 7d4fe49

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit!
33

44
{
5-
version = "2025.9.0";
5+
version = "2025.9.1";
66
components = {
77
"3_day_blinds" =
88
ps: with ps; [

pkgs/servers/home-assistant/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ let
368368
extraBuildInputs = extraPackages python.pkgs;
369369

370370
# Don't forget to run update-component-packages.py after updating
371-
hassVersion = "2025.9.0";
371+
hassVersion = "2025.9.1";
372372

373373
in
374374
python.pkgs.buildPythonApplication rec {
@@ -389,13 +389,13 @@ python.pkgs.buildPythonApplication rec {
389389
owner = "home-assistant";
390390
repo = "core";
391391
tag = version;
392-
hash = "sha256-/94D+yp6FhVnZ7GgL1qsxiwVvFiMg/cR+g66u98TgQE=";
392+
hash = "sha256-nHXUv27zoI/48b1a+Bx/VWT2sdgowflFzm49oFGZXNA=";
393393
};
394394

395395
# Secondary source is pypi sdist for translations
396396
sdist = fetchPypi {
397397
inherit pname version;
398-
hash = "sha256-8q+43C7O2z3ICbeaHHCZ4rCtF3YxrsiAkEV493Fs7fw=";
398+
hash = "sha256-mXwawBBMdjnUcfBn5WnRtgEsVD/RVohem2njNXj16IU=";
399399
};
400400

401401
build-system = with python.pkgs; [

pkgs/servers/home-assistant/frontend.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ buildPythonPackage rec {
88
# the frontend version corresponding to a specific home-assistant version can be found here
99
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
1010
pname = "home-assistant-frontend";
11-
version = "20250903.2";
11+
version = "20250903.3";
1212
format = "wheel";
1313

1414
src = fetchPypi {
1515
inherit version format;
1616
pname = "home_assistant_frontend";
1717
dist = "py3";
1818
python = "py3";
19-
hash = "sha256-fUWcdChQ3Hti76/48gNE9HdwOHXPCQ1fP2ccYVo5Tls=";
19+
hash = "sha256-qIBmg+IZJ5SyAqZldUUxZys1UsEun5oL6d3SjG7U2dk=";
2020
};
2121

2222
# there is nothing to strip in this package

0 commit comments

Comments
 (0)