Robert Schütz
2025-10-24 16:04:28 -07:00
parent b14dabb636
commit 7220e7811a
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.10.3";
version = "2025.10.4";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -330,7 +330,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.10.3";
hassVersion = "2025.10.4";
in
python.pkgs.buildPythonApplication rec {
@@ -351,13 +351,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-b4yNS1uNoZSnTpYr3bVvSru/2KUe2d/xfe1tiAWibCg=";
hash = "sha256-CaS/37Pastpoeb6fXLiChVcQXNqVJMaXV04HGnNFlL0=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-BjPva2mxlArG9yDnk9PpjpdLiL2MA4Eeb8AP1nkoqKk=";
hash = "sha256-Ue1Aat8aSEXHUSIl2ji1cQaZEnVRgY7+PBHB9mQBJ6I=";
};
build-system = with python.pkgs; [