home-assistant: 2024.10.0 -> 2024.10.1

Changelog: https://github.com/home-assistant/core/releases/tag/2024.10.1
This commit is contained in:
Robert Schütz 2024-10-05 14:18:05 -07:00
parent e85f4cb279
commit be0d4e49cd
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -408,7 +408,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.10.0";
hassVersion = "2024.10.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -426,13 +426,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-X7atEjhw6QcS5xNiW+17/vrwqjCL4N3VocxUTELLXgo=";
hash = "sha256-yEClfdMyN0E+eelSFESVbVDzvZu/rn4qBCjD5L/L6Is=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-SHNs/zLyNVi0uGguRTWMnt9UpPYEFJbrfwBYFz+q5Nk=";
hash = "sha256-M2vuqHoLNVizoCXnQ4RRQ+//TgtoJxJaQFCz9H7UnVs=";
};
build-system = with python.pkgs; [