llama-cpp: 0.3.0 -> 0.4.0 (#560331)

This commit is contained in:
Gaétan Lepage
2026-09-06 07:55:36 +00:00
committed by GitHub

View File

@@ -47,8 +47,8 @@
let
# Upstream reads these from git, which the release tarball does not ship.
# They are purely informational: `llama-server --version`, `/props`, and the web UI.
buildNumber = "10621";
buildCommit = "c1d0e7a";
buildNumber = "10809";
buildCommit = "5266f24";
# It's necessary to consistently use backendStdenv when building with CUDA support,
# otherwise we get libstdc++ errors downstream.
@@ -84,7 +84,7 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "0.3.0";
version = "0.4.0";
__structuredAttrs = true;
strictDeps = true;
@@ -98,7 +98,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
owner = "ggml-org";
repo = "llama.cpp";
tag = "v${finalAttrs.version}";
hash = "sha256-vVq7+eUN6NXZuqm7Jwlr4iFDV1PjNzQ6nK9AR2zvZYM=";
hash = "sha256-WImZjO3U9EXZUNP/FMpxo8PaTjQW8X2SBTfGwwFlZIM=";
};
patches = [ ];