home-assistant-custom-components.local_openai: 1.8.0 -> 1.8.1 (#541151)

This commit is contained in:
Martin Weinelt
2026-07-13 10:06:32 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "local_openai";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass_local_openai_llm";
tag = finalAttrs.version;
hash = "sha256-L5gcjKTT9KvTHCuUxg+r0mBJ+jRZqLvF9o+X+6tSH6g=";
hash = "sha256-42hfVQGFHWn+QBIdK9vVPM6nV+vaO8w8mo4FCsQur4I=";
};
dependencies = [