File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkgs/servers/home-assistant Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
# Do not edit!
3
3
4
4
{
5
- version = "2025.9.0 " ;
5
+ version = "2025.9.1 " ;
6
6
components = {
7
7
"3_day_blinds" =
8
8
ps : with ps ; [
Original file line number Diff line number Diff line change 368
368
extraBuildInputs = extraPackages python . pkgs ;
369
369
370
370
# Don't forget to run update-component-packages.py after updating
371
- hassVersion = "2025.9.0 " ;
371
+ hassVersion = "2025.9.1 " ;
372
372
373
373
in
374
374
python . pkgs . buildPythonApplication rec {
@@ -389,13 +389,13 @@ python.pkgs.buildPythonApplication rec {
389
389
owner = "home-assistant" ;
390
390
repo = "core" ;
391
391
tag = version ;
392
- hash = "sha256-/94D+yp6FhVnZ7GgL1qsxiwVvFiMg/cR+g66u98TgQE =" ;
392
+ hash = "sha256-nHXUv27zoI/48b1a+Bx/VWT2sdgowflFzm49oFGZXNA =" ;
393
393
} ;
394
394
395
395
# Secondary source is pypi sdist for translations
396
396
sdist = fetchPypi {
397
397
inherit pname version ;
398
- hash = "sha256-8q+43C7O2z3ICbeaHHCZ4rCtF3YxrsiAkEV493Fs7fw =" ;
398
+ hash = "sha256-mXwawBBMdjnUcfBn5WnRtgEsVD/RVohem2njNXj16IU =" ;
399
399
} ;
400
400
401
401
build-system = with python . pkgs ; [
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ buildPythonPackage rec {
8
8
# the frontend version corresponding to a specific home-assistant version can be found here
9
9
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
10
10
pname = "home-assistant-frontend" ;
11
- version = "20250903.2 " ;
11
+ version = "20250903.3 " ;
12
12
format = "wheel" ;
13
13
14
14
src = fetchPypi {
15
15
inherit version format ;
16
16
pname = "home_assistant_frontend" ;
17
17
dist = "py3" ;
18
18
python = "py3" ;
19
- hash = "sha256-fUWcdChQ3Hti76/48gNE9HdwOHXPCQ1fP2ccYVo5Tls =" ;
19
+ hash = "sha256-qIBmg+IZJ5SyAqZldUUxZys1UsEun5oL6d3SjG7U2dk =" ;
20
20
} ;
21
21
22
22
# there is nothing to strip in this package
You can’t perform that action at this time.
0 commit comments