Merge pull request #304054 from r-ryantm/auto-update/local-ai

local-ai: 2.12.3 -> 2.12.4
This commit is contained in:
Christian Kögler 2024-04-14 20:20:51 +02:00 committed by GitHub
commit 6158aa1c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -371,12 +371,12 @@ let
stdenv;
pname = "local-ai";
version = "2.12.3";
version = "2.12.4";
src = fetchFromGitHub {
owner = "go-skynet";
repo = "LocalAI";
rev = "v${version}";
hash = "sha256-/Q0t5OozpgqmjUOYHvVAj1k7VnIixfOS8gNAguuu6p0=";
hash = "sha256-piu2B6u4ZfxiOd9SXrE7jiiiwL2SM8EqXo2s5qeKRl0=";
};
self = buildGoModule.override { stdenv = effectiveStdenv; } {