This commit is contained in:
mjallen18
2025-09-16 10:47:49 -05:00
parent 1f0def655c
commit 6c9d4ccc86
3 changed files with 84 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
buildHomeAssistantComponent,
python3Packages,
fetchFromGitHub,
lib,
...
}:
buildHomeAssistantComponent rec {
@@ -14,7 +13,7 @@ buildHomeAssistantComponent rec {
owner = owner;
repo = "ha-bedjet";
rev = version;
hash = lib.fakeHash;
hash = "sha256-rjn9dUM6Tntps2KECdHCdp1FhFg1uEaByXFlrwn4AAU=";
};
propagatedBuildInputs = with python3Packages; [