Skip to content

Commit ae88fbb

Browse files
committed
1 parent abe0554 commit ae88fbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.2";
5+
version = "2025.2.3";
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
@@ -369,7 +369,7 @@ let
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

374374
in
375375
python.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; [

0 commit comments

Comments
 (0)