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 { buildHomeAssistantComponent rec {
owner = "natekspencer"; owner = "natekspencer";
domain = "bedjet"; domain = "bedjet";
version = "2.0.0"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = owner; owner = owner;
repo = "ha-bedjet"; repo = "ha-bedjet";
rev = version; tag = version;
hash = "sha256-sb6zC/kFtIMVr6+/U00jcFwOZxAedNutRONq/LZfdKI="; hash = "sha256-sb6zC/kFtIMVr6+/U00jcFwOZxAedNutRONq/LZfdKI=";
tag = "2.0.1";
}; };
nativeBuildInputs = with python3Packages; [ nativeBuildInputs = with python3Packages; [

View File

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

View File

@@ -23,7 +23,7 @@
}, },
"sources": { "sources": {
"proton": { "proton": {
"hash": "sha256-kcWSmF+qwClI4qUkv3ShVBQ6plQ8q3jyo59o5uN4ueM=" "hash": "sha256-kayS0zpBIL2jOM7jxkI0LyhYShQFGCKPdRyiJVOxf6c="
} }
} }
}, },
@@ -34,7 +34,7 @@
}, },
"sources": { "sources": {
"proton": { "proton": {
"hash": "sha256-kcWSmF+qwClI4qUkv3ShVBQ6plQ8q3jyo59o5uN4ueM=" "hash": "sha256-0DfHCr8orHa+u7i9wFtAttArwQKg5ntRYc0ECfHim+U="
} }
} }
}, },
@@ -45,7 +45,7 @@
}, },
"sources": { "sources": {
"proton": { "proton": {
"hash": "sha256-kcWSmF+qwClI4qUkv3ShVBQ6plQ8q3jyo59o5uN4ueM=" "hash": "sha256-LI3/Hqe7oNYv5dC5jNz7c+HHNzifeON/bnt6jmD2DRA="
} }
} }
}, },