home-assistant-custom-components.llm_intents: 1.10.0 -> 1.10.2

This commit is contained in:
R. Ryantm
2026-09-11 07:56:26 +00:00
parent 4170b86f20
commit 75679edbf2

View File

@@ -13,13 +13,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "llm_intents";
version = "1.10.0";
version = "1.10.2";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "llm_intents";
tag = finalAttrs.version;
hash = "sha256-RsQEdEhUOyJJBcDtlPYEBzmF4SiXPCF/NSpvg73x5iE=";
hash = "sha256-R92E4/89EapxlxQdlKbvuHg9CcVgvNXGpcDr7tvr46E=";
};
dependencies = [