home-assistant: 2025.4.3 -> 2025.4.4

https://github.com/home-assistant/core/releases/tag/2025.4.4
This commit is contained in:
Martin Weinelt
2025-04-25 13:35:39 +02:00
parent 84d56ea66d
commit eb61c6b443
2 changed files with 6 additions and 5 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.4.3";
version = "2025.4.4";
components = {
"3_day_blinds" =
ps: with ps; [
+5 -4
View File
@@ -377,7 +377,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.4.3";
hassVersion = "2025.4.4";
in
python.pkgs.buildPythonApplication rec {
@@ -398,13 +398,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-KyPWEGXSoB9BJolR4+Kq9K9urhXN4YcgV0SQYaAEjiA=";
hash = "sha256-MiBsVsgV/M8ge7XQ4e4VpdAKTVZBCDu3Jqql2YHx9rY=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-xo1f2GDeafOaXiJ1+l+NsJkpU0FvbSnflsp2BE/JKC4=";
hash = "sha256-qOhOs6I2Jx/7GWVeCBJ6d77w3RCFjsvFxDUbR60Ucf0=";
};
build-system = with python.pkgs; [
@@ -432,7 +432,8 @@ python.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace tests/test_core_config.py --replace-fail '"/usr"' "\"$NIX_BUILD_TOP/media\""
sed -i 's/setuptools[~=]/setuptools>/' pyproject.toml
substituteInPlace pyproject.toml \
--replace-fail "setuptools==78.1.1" setuptools
'';
dependencies = with python.pkgs; [