Skip to content

Commit b86b869

Browse files
committed
1 parent 28328df commit b86b869

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.1.1";
5+
version = "2025.1.2";
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
@@ -289,7 +289,7 @@ let
289289
extraBuildInputs = extraPackages python.pkgs;
290290

291291
# Don't forget to run update-component-packages.py after updating
292-
hassVersion = "2025.1.1";
292+
hassVersion = "2025.1.2";
293293

294294
in
295295
python.pkgs.buildPythonApplication rec {
@@ -310,13 +310,13 @@ python.pkgs.buildPythonApplication rec {
310310
owner = "home-assistant";
311311
repo = "core";
312312
rev = "refs/tags/${version}";
313-
hash = "sha256-fiGdRXQmH+CcgnGQloktl66Yh8iiFEDCQyOL3jfXjdU=";
313+
hash = "sha256-dEjTSByjv8+YwAcztFwCvQp+GWcS0QZxP1norxd8MmY=";
314314
};
315315

316316
# Secondary source is pypi sdist for translations
317317
sdist = fetchPypi {
318318
inherit pname version;
319-
hash = "sha256-CYvi2Z1d3hbcfet08TR/jScuOKGgipTEWmno7/r5qLU=";
319+
hash = "sha256-AO2n3t2QobFuN2IrlYcwBA4LRxsMr7B/T0dc2IWZrfg=";
320320
};
321321

322322
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 = "20250106.0";
11+
version = "20250109.0";
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-Jhbw/HNOInLAihHeP+Vpsvsukjf3OY32EbBayDEuU+k=";
19+
hash = "sha256-kZmBZyiCUxODRcg8GnRUMWk+T+Lry1gdgY2yzQznFPI=";
2020
};
2121

2222
# there is nothing to strip in this package

0 commit comments

Comments
 (0)