home-assistant: 2025.12.0 -> 2025.12.1

https://github.com/home-assistant/core/releases/tag/2025.12.1
This commit is contained in:
Martin Weinelt
2025-12-06 00:54:37 +01:00
parent 753477391a
commit 8beebccd96
3 changed files with 6 additions and 6 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.12.0";
version = "2025.12.1";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -291,7 +291,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.12.0";
hassVersion = "2025.12.1";
in
python.pkgs.buildPythonApplication rec {
@@ -312,13 +312,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-yQrgNiqEvQDf1FQrx4Yy6P074JwGF7noK+FR4pyp/1g=";
hash = "sha256-lbQMikWqOu7Vvl7z+EsdRgJM0Itgohk91EZ53GgHSg8=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-/xwUWNvG8YZN6NQFkURFt7NcU2+8zlrGHdcvmofoofQ=";
hash = "sha256-utcisERKo7TxdXkwvBq5/yAtgsEkvfBist9Z0WjDreI=";
};
build-system = with python.pkgs; [
+2 -2
View File
@@ -8,7 +8,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20251203.0";
version = "20251203.1";
format = "wheel";
src = fetchPypi {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-DA07EEQCeFXAZFIMk/lcyqPWRiDC3leLsZpH7+McY0A=";
hash = "sha256-/kM6QTUVJDAVw1vAOQS67wwYjN50/l/t0g59vIRTdzI=";
};
# there is nothing to strip in this package