update packages

This commit is contained in:
mjallen18
2025-12-19 14:49:44 -06:00
parent e8fcf96253
commit 66fe87dd23
14 changed files with 63 additions and 48 deletions

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "greghesp";
domain = "bambu_lab";
version = "v2.2.17";
version = "v2.2.18";
src = fetchFromGitHub {
owner = owner;
repo = "ha-bambulab";
rev = version;
hash = "sha256-0gAOCs/8U82eOK04mmWs6QqQR1os1eejwvF+pr7U/9c=";
hash = "sha256-47u2oG8MvEX0B8fu1Hs9sV7EXwPyOVRWNn6Mb4BpHGI=";
};
propagatedBuildInputs = with python3Packages; [

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "natekspencer";
domain = "bedjet";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = owner;
repo = "ha-bedjet";
rev = version;
hash = "sha256-7rMAepajLRTIVXz025nYRQLx7Ra7+2LhELg9IvqdnHE=";
hash = "sha256-nJ2S1Wz/M/8my+5iDEMzfBZd9hKnrSBxUqnPfy6Tr7A=";
};
propagatedBuildInputs = with python3Packages; [

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "acon96";
domain = "llama_conversation";
version = "v0.4.4";
version = "v0.4.5";
src = fetchFromGitHub {
owner = owner;
repo = "home-llm";
rev = version;
hash = "sha256-L5AL+f5i+LHIF0Fj+Hb5qlmYQbjDeGkAhBeL+qYXrMA=";
hash = "sha256-be4cW3f30G32MGl49YGja9/SlMHdnQ9IguuY14wgKGI=";
};
propagatedBuildInputs = with python3Packages; [

View File

@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "moralmunky";
domain = "mail_and_packages";
version = "0.4.3-b20";
version = "0.4.3-b21";
src = fetchFromGitHub {
owner = owner;
repo = "Home-Assistant-Mail-And-Packages";
rev = version;
hash = "sha256-ueZcfhspi+aViiZ//AJuExeB1Dk/DUeGXYogrXqiy3Q=";
hash = "sha256-0lhDsjqsNU2d5cSjxzLIDU9986dvpQ6bNxgUNzmo6pU=";
};
propagatedBuildInputs = with python3Packages; [

View File

@@ -13,8 +13,8 @@ buildHomeAssistantComponent rec {
src = fetchFromGitHub {
owner = owner;
repo = "homeassistant-nanokvm";
rev = "0c753de42c6dbec301843162e10038471a236dae";
hash = "sha256-uBmmzg4iV1gVPTKvYGLUNpQGGJvbhj70FOS6JubXHD0=";
rev = "0a67e8db4e0422df8b3436b30b7654c02b468d0f";
hash = "sha256-5h1EqwpnsmWexqB3J/X4OcN9bfBYUxGxLF1Hrmoi5LY=";
};
propagatedBuildInputs = [