home-assistant: 2025.6.1 -> 2025.6.2

https://github.com/home-assistant/core/releases/tag/2025.6.2
This commit is contained in:
Martin Weinelt
2025-06-23 23:06:40 +02:00
parent ab39869328
commit 1b7c6b6180
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2025.6.1";
version = "2025.6.2";
components = {
"3_day_blinds" =
ps: with ps; [
+3 -3
View File
@@ -386,7 +386,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2025.6.1";
hassVersion = "2025.6.2";
in
python.pkgs.buildPythonApplication rec {
@@ -407,13 +407,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-Pp2IIpVfzYE4BBJEq4Ll2s0vgsqxAApE8TmVd1zAg38=";
hash = "sha256-5+L687sUD+e8F9UYnFURSUMG2/USuOpNu5a9By0yZ/g=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-yc4tEyR3xpo4x9daWEwXFJBhSH3xeOc2ckO+7LWVRlA=";
hash = "sha256-DLqP9/b68ikGuxrvFiJCqguE2WgnKP0HtiU2X7tUbkE=";
};
build-system = with python.pkgs; [