mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
llama-cpp: 8124 -> 8184 (#495764)
This commit is contained in:
commit
7a5d8e9551
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ let
|
|||
in
|
||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "llama-cpp";
|
||||
version = "8124";
|
||||
version = "8184";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -89,7 +89,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||
owner = "ggml-org";
|
||||
repo = "llama.cpp";
|
||||
tag = "b${finalAttrs.version}";
|
||||
hash = "sha256-RyYHk4IaxT23GUn9vvGZqKXoprpY7bMNSoOq0b9VFXM=";
|
||||
hash = "sha256-pU7hTyN99Fn1p5PKoU8s1Mf5Yupbpje0RVw3CELK6ww=";
|
||||
leaveDotGit = true;
|
||||
postFetch = ''
|
||||
git -C "$out" rev-parse --short HEAD > $out/COMMIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue