home-assistant: 2024.6.3 -> 2024.6.4

https://github.com/home-assistant/core/releases/tag/2024.6.4
This commit is contained in:
Martin Weinelt
2024-06-21 22:57:31 +02:00
parent 8f2393b07b
commit 569ea068ef
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.6.3";
version = "2024.6.4";
components = {
"3_day_blinds" = ps: with ps; [
];
+3 -3
View File
@@ -533,7 +533,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2024.6.3";
hassVersion = "2024.6.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -551,13 +551,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-hpKfdcTc9vddA/1EsfugDIKUPe0g3fPQnmwHLSEIF9w=";
hash = "sha256-WIAFTVNHzrKTRONmOc/lq5PvC34PDKF7UfIokLCVzNY=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-lhTVAYwtYf7UzplAIHTWqgd0P7V93gjNbBUlMd3i3oQ=";
hash = "sha256-Ymv3AlArAD2rSXQwMhEVeynwhAo8ZMrtV1zUK4U8xqQ=";
};
build-system = with python.pkgs; [