home-assistant: 2024.12.4 -> 2024.12.5

https://github.com/home-assistant/core/releases/tag/2024.12.5
This commit is contained in:
Martin Weinelt
2024-12-20 13:42:04 +01:00
parent 84536d36a0
commit 585d1760a4
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.12.4";
version = "2024.12.5";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -451,7 +451,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.12.4";
hassVersion = "2024.12.5";
in
python.pkgs.buildPythonApplication rec {
@@ -472,13 +472,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-1zvJCxPM6G4uTjSBesKu21Wde2xu1mEnWa2jYiw5ypo=";
hash = "sha256-LJgwtVQvO1iUPYfzAsE6l9u4+EIzAnc3IJ5FZb3xniM=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-XoII6cDT0aNoGJ8iXDanFOlzOwrSxQAcSHfL2n3QmQg=";
hash = "sha256-PfedigJWHLv2BqHOgVedDyJxxxSmdHe2CvPNYCWi6aA=";
};
build-system = with python.pkgs; [