home-assistant-custom-components.local_openai: 1.8.0 -> 1.8.1

Diff: https://github.com/skye-harris/hass_local_openai_llm/compare/1.8.0...1.8.1

Changelog: https://github.com/skye-harris/hass_local_openai_llm/releases/tag/1.8.1
This commit is contained in:
Sandro Jäckel
2026-07-12 20:59:01 +02:00
parent 0b053615ce
commit 1953bbb336
@@ -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 = [