home-assistant: 2025.2.2 -> 2025.2.3

https://github.com/home-assistant/core/releases/tag/2025.2.3
This commit is contained in:
Martin Weinelt
2025-02-12 23:37:26 +01:00
parent abe0554c2f
commit ae88fbbda1
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.2.2";
version = "2025.2.3";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -369,7 +369,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.2.2";
hassVersion = "2025.2.3";
in
python.pkgs.buildPythonApplication rec {
@@ -390,13 +390,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-aCGfxWJnDJ4V5FjrFV3TLHBtPQDyNh1qjDKFL/bHBz0=";
hash = "sha256-1hCNkBIqRg3YDQn6TSytugxkQwve4/Z7p1/BY4Zwcv0=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-9bdkcDMTQtaRlyLK65fwVDlV4s1GpxqbTYDNxstST4w=";
hash = "sha256-4LojranZ9xLR3kpBvvzZ/XJchbgr9ZVYydntNoBkCVE=";
};
build-system = with python.pkgs; [