Merge pull request #327505 from redyf/update-ollama

ollama: 0.2.1 -> 0.2.5
This commit is contained in:
Pol Dellaiera
2024-07-16 21:15:01 +02:00
committed by GitHub
+3 -3
View File
@@ -32,17 +32,17 @@
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.2.1";
version = "0.2.5";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-hzB/sS+6vsMuJfCPZucTQerytnq+TBzTtiWwwd+H+bE=";
hash = "sha256-IuSWybyHjewxpLKZxDROqtdyIAWB61+mn4nfvRAyyw0=";
fetchSubmodules = true;
};
vendorHash = "sha256-LNH3mpxIrPMe5emfum1W10jvXIjKC6GkGcjq1HhpJQo=";
vendorHash = "sha256-hSxcREAujhvzHVNwnRTfhi0MKI3s8HNavER2VLz6SYk=";
# ollama's patches of llama.cpp's example server
# `ollama/llm/generate/gen_common.sh` -> "apply temporary patches until fix is upstream"