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

@@ -7,14 +7,13 @@
buildHomeAssistantComponent rec {
owner = "natekspencer";
domain = "bedjet";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = owner;
repo = "ha-bedjet";
rev = version;
tag = version;
hash = "sha256-sb6zC/kFtIMVr6+/U00jcFwOZxAedNutRONq/LZfdKI=";
tag = "2.0.1";
};
nativeBuildInputs = with python3Packages; [

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 =