update hass addons

This commit is contained in:
mjallen18
2025-08-18 19:52:09 -05:00
parent c053da2e30
commit 2623efc997
4 changed files with 9 additions and 9 deletions

View File

@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "simbaja";
domain = "ge_home";
version = "v2025.5.0";
version = "v2025.7.0";
src = fetchFromGitHub {
owner = owner;
repo = "ha_gehome";
rev = version;
hash = "sha256-NlUkM70yvBeC5s7S5BkNxIC2GztfEq8xYrQZr4pkaGU=";
hash = "sha256-sCOXzrbUpbRb09QDpcm1Pbr2Xxsg0q3Ecc+tAQv2pXk=";
};
propagatedBuildInputs = with python3Packages; [