lol

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

local-ai: 2.12.3 -> 2.12.4

authored by

Christian Kögler and committed by
GitHub
6158aa1c 446fee38

+2 -2
+2 -2
pkgs/by-name/lo/local-ai/package.nix
··· 371 371 stdenv; 372 372 373 373 pname = "local-ai"; 374 - version = "2.12.3"; 374 + version = "2.12.4"; 375 375 src = fetchFromGitHub { 376 376 owner = "go-skynet"; 377 377 repo = "LocalAI"; 378 378 rev = "v${version}"; 379 - hash = "sha256-/Q0t5OozpgqmjUOYHvVAj1k7VnIixfOS8gNAguuu6p0="; 379 + hash = "sha256-piu2B6u4ZfxiOd9SXrE7jiiiwL2SM8EqXo2s5qeKRl0="; 380 380 }; 381 381 382 382 self = buildGoModule.override { stdenv = effectiveStdenv; } {