home-assistant: 2024.11.2 -> 2024.11.3

https://github.com/home-assistant/core/releases/tag/2024.11.3
This commit is contained in:
Martin Weinelt 2024-11-22 15:00:46 +01:00
parent a65119508b
commit 1f32e11a18
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.11.2";
version = "2024.11.3";
components = {
"3_day_blinds" = ps: with ps; [
];

View File

@ -439,7 +439,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.11.2";
hassVersion = "2024.11.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -457,13 +457,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-cP9Q700JLnThAPDfeJ8mx+PSI6I62hjA49TpAMHN2Wk=";
hash = "sha256-9b4HPSCPYUUwKxn0JBw5uN6nI97jvgqBHFRUNhDue/k=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-qBKcY8PybEJeExTjxs9bgiM6YWjyoSLE1dzgrD1Hdtc=";
hash = "sha256-W7Z6C3kMyEIkY/3zQHm1OMMN7Tuj3ThsubLo6KjVotw=";
};
build-system = with python.pkgs; [