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 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 ; [
Original file line number Diff line number Diff line change 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
294294in
295295python . 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 ; [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments