home-assistant-custom-components.llm_intents: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm
2026-07-16 14:49:33 +00:00
parent c1191de365
commit 13df38b219

View File

@@ -13,13 +13,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "llm_intents";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "llm_intents";
tag = finalAttrs.version;
hash = "sha256-UYWt+PpG0M1DE1nHqLJ/npp29JyfNz19Pyb1Jv3LM48=";
hash = "sha256-WqPemaBKTiOiO3nT0PDQqhRMjvLAA3WNOGM1stbapBE=";
};
dependencies = [