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
+2 -2
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; } {