local-ai: 2.12.3 -> 2.12.4

This commit is contained in:
R. Ryantm 2024-04-14 15:19:43 +00:00
parent 55b4d7d86f
commit 7d1cfb83bb
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; } {