home-assistant: 2026.5.0 -> 2026.5.1

https://github.com/home-assistant/core/releases/tag/2026.5.1
This commit is contained in:
Martin Weinelt
2026-05-09 16:29:23 +02:00
parent 2b95f436f7
commit 4bcdf05b45
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2026.5.0";
version = "2026.5.1";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -262,7 +262,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2026.5.0";
hassVersion = "2026.5.1";
in
python.pkgs.buildPythonApplication rec {
@@ -283,13 +283,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-RrXjrwl6BQzjilKluAM8oVihmZqLBpVLWN/OhaJY+1c=";
hash = "sha256-aOiJPhTaJZGbY4P9iPiIe/PrRU+IDQTNS1JFhAJyH4w=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-SXsJqYETHp92ZC/I2jS2ZlerUVVTugFdbOhLCxoLJ9I=";
hash = "sha256-Hp7jYLHMQbqYmuQVH/7XPmV6tgBdhCZXpNhmchxHCUg=";
};
build-system = with python.pkgs; [