mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
home-assistant-custom-components.local_openai: 1.11.1 -> 1.12.0
Diff: https://github.com/skye-harris/hass_local_openai_llm/compare/1.11.1...1.12.0 Changelog: https://github.com/skye-harris/hass_local_openai_llm/releases/tag/1.12.0
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
buildHomeAssistantComponent (finalAttrs: {
|
||||
owner = "skye-harris";
|
||||
domain = "local_openai";
|
||||
version = "1.11.1";
|
||||
version = "1.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit (finalAttrs) owner;
|
||||
repo = "hass_local_openai_llm";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-mwHpQGxVL6jkvn7uYKe06549W0MNvgxme3Z7qZicITw=";
|
||||
hash = "sha256-dWivoN5k33fuNlws5BWm9ebV2KZ4Pk2PkzVlAcayDz4=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user