home-assistant-custom-components.llm_intents: 1.8.1 -> 1.8.2
Diff: https://github.com/skye-harris/llm_intents/compare/1.8.1...1.8.2 Changelog: https://github.com/skye-harris/llm_intents/releases/tag/1.8.2
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
buildHomeAssistantComponent (finalAttrs: {
|
||||
owner = "skye-harris";
|
||||
domain = "llm_intents";
|
||||
version = "1.8.1";
|
||||
version = "1.8.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit (finalAttrs) owner;
|
||||
repo = "llm_intents";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-KIC9rDu2AKSLlW0lNXR05AyhreAnFAhNuNRlqdZwy5w=";
|
||||
hash = "sha256-UYWt+PpG0M1DE1nHqLJ/npp29JyfNz19Pyb1Jv3LM48=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user