This commit is contained in:
mjallen18
2026-03-03 11:21:33 -06:00
parent 7e85953133
commit d856b57f13
3 changed files with 7 additions and 9 deletions

View File

@@ -9,14 +9,13 @@
buildHomeAssistantComponent rec {
owner = "simbaja";
domain = "ge_home";
version = "v2025.12.0";
version = "v2026.2.0";
src = fetchFromGitHub {
owner = owner;
repo = "ha_gehome";
rev = version;
tag = version;
hash = "sha256-p34yBtoqAMVCiAZKyxWPTVOSjPaueD1sb5ZEzWF2OZ4=";
tag = "v2026.2.0";
};
nativeBuildInputs =