home-assistant: 2026.2.0 -> 2026.2.1

https://github.com/home-assistant/core/releases/tag/2026.2.1
This commit is contained in:
Martin Weinelt
2026-02-07 00:05:37 +01:00
parent 2da47bebaa
commit bdfe1b61b9
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2026.2.0";
version = "2026.2.1";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -273,7 +273,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2026.2.0";
hassVersion = "2026.2.1";
in
python.pkgs.buildPythonApplication rec {
@@ -294,13 +294,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-SZv5UVB62nwRjaemVZpxj8ZUpOzFGp/RsvOYm6uWiNc=";
hash = "sha256-Hor050X0kBHQiZub0ioRFL4ulLUPJMR6CEh7kmFkbUA=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-ArCk9UrObDLmcmcS8/xT0ADPLzw/DUs3vKyX/fKCeU8=";
hash = "sha256-x8l9nVT+gsgrwUOz1B2X0JH+OuQjf279IrUKGgT7tNo=";
};
build-system = with python.pkgs; [