ollama: 0.1.7 -> 0.1.11

This commit is contained in:
Rafael Fernández López 2023-11-22 16:39:32 +01:00 committed by Austin Seipp
parent 6e9a32dc27
commit 0e23cb377f

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ollama";
version = "0.1.7";
version = "0.1.11";
src = fetchFromGitHub {
owner = "jmorganca";
repo = "ollama";
rev = "v${version}";
hash = "sha256-rzcuRU2qcYTMo/GxiSHwJYnvA9samfWlztMEhOGzbRg=";
hash = "sha256-Jc6w+zQS/L3GKbfCaJO281LAgVdxNrseT0GX04N9MMY=";
};
patches = [
@ -30,7 +30,7 @@ buildGoModule rec {
--subst-var-by llamaCppServer "${llama-cpp}/bin/llama-cpp-server"
'';
vendorHash = "sha256-Qt5QVqRkwK61BJPVhFWtox6b9E8BpAIseNB0yhh+/90=";
vendorHash = "sha256-fuSHaDDpkuQThYVNoEjnHgWkgh/LFLNHNss5Gezlv5w=";
ldflags = [
"-s"