3
0
Fork 0
forked from mirrors/nixpkgs

llama-cpp: 1573 -> 1671

This commit is contained in:
Сухарик 2023-12-13 15:57:26 +03:00
parent e3f251c662
commit 6141d1bdd5

View file

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "1573";
version = "1671";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "refs/tags/b${finalAttrs.version}";
hash = "sha256-FEH0SI87qtezc++TAR38wfldx6/1GknuTBWGn+UyFPI=";
hash = "sha256-OFRc3gHKQboVCsDlQVHwzEBurIsOMj/bVGYuCLilydE=";
};
patches = [