home-assistant: 2024.5.0 -> 2024.5.1

https://github.com/home-assistant/core/releases/tag/2024.5.1
This commit is contained in:
Martin Weinelt
2024-05-05 12:21:54 +02:00
parent 7c3fd739ff
commit 292809bb20
2 changed files with 6 additions and 5 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.5.0";
version = "2024.5.1";
components = {
"3_day_blinds" = ps: with ps; [
];
@@ -3083,7 +3083,8 @@
];
"nws" = ps: with ps; [
pynws
];
]
++ pynws.optional-dependencies.retry;
"nx584" = ps: with ps; [
pynx584
];
+3 -3
View File
@@ -476,7 +476,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.5.0";
hassVersion = "2024.5.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -494,13 +494,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-YtlelAfFC3fnw78lZIf5FtQifvtwb2ZjCrZgM2G7S5U=";
hash = "sha256-/JuKN0V2wMZW56l2nt4T3cpDnQiHeC27+QVBi3j3aDI=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-9BgfQCP+t4zvC+ZVI0IAlm2qFArqRjTb8974sY/SHUg=";
hash = "sha256-3Tqs+69e1ESOcEMCx3LTt1c04pG5pK/RGX30x8WRegQ=";
};
build-system = with python.pkgs; [