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 = "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; [