File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/servers/home-assistant Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# Do not edit!
33
44{
5- version = "2025.2.2 " ;
5+ version = "2025.2.3 " ;
66 components = {
77 "3_day_blinds" =
88 ps : with ps ; [
Original file line number Diff line number Diff line change 369369 extraBuildInputs = extraPackages python . pkgs ;
370370
371371 # Don't forget to run update-component-packages.py after updating
372- hassVersion = "2025.2.2 " ;
372+ hassVersion = "2025.2.3 " ;
373373
374374in
375375python . pkgs . buildPythonApplication rec {
@@ -390,13 +390,13 @@ python.pkgs.buildPythonApplication rec {
390390 owner = "home-assistant" ;
391391 repo = "core" ;
392392 rev = "refs/tags/${ version } " ;
393- hash = "sha256-aCGfxWJnDJ4V5FjrFV3TLHBtPQDyNh1qjDKFL/bHBz0 =" ;
393+ hash = "sha256-1hCNkBIqRg3YDQn6TSytugxkQwve4/Z7p1/BY4Zwcv0 =" ;
394394 } ;
395395
396396 # Secondary source is pypi sdist for translations
397397 sdist = fetchPypi {
398398 inherit pname version ;
399- hash = "sha256-9bdkcDMTQtaRlyLK65fwVDlV4s1GpxqbTYDNxstST4w =" ;
399+ hash = "sha256-4LojranZ9xLR3kpBvvzZ/XJchbgr9ZVYydntNoBkCVE =" ;
400400 } ;
401401
402402 build-system = with python . pkgs ; [
You can’t perform that action at this time.
0 commit comments