Robert Schütz
2025-12-29 14:55:36 -08:00
parent 0a64f5d0a8
commit be37f47e66
2 changed files with 5 additions and 5 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.12.4";
version = "2025.12.5";
components = {
"3_day_blinds" =
ps: with ps; [
@@ -5431,7 +5431,7 @@
];
"senz" =
ps: with ps; [
aiosenz
pysenz
];
"serial" =
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.4";
hassVersion = "2025.12.5";
in
python.pkgs.buildPythonApplication rec {
@@ -312,13 +312,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-VT9JdpzPKdOJ8Q//SUDMUgTa46k6v7Mi74Yl9mEPF/I=";
hash = "sha256-RSrWk7SZIOvOhvVXBwc10w9Yyqd2rcxdUVuq2snMm9g=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-wVe5/syj878B3o7QWgQ2wOEsbdyvFWD/VMgpok1SwOQ=";
hash = "sha256-cl5kTpYhsZnf7etPRSgVWd/fH9zTc1OnkRTjbUp/M3U=";
};
build-system = with python.pkgs; [