ollama: update hash for 0.3.1

it appears that upstream ollama changed the `v0.3.1` tag
This commit is contained in:
abysssol
2024-08-04 17:35:50 +02:00
committed by gador
parent cf235a2b7d
commit d585e0ab10
+1 -1
View File
@@ -46,7 +46,7 @@ let
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-iD7LX4OstnNL2FZKObh4z9krkN0sfUUbFEZxu6OvdBs=";
hash = "sha256-ctz9xh1wisG0YUxglygKHIvU9bMgMLkGqDoknb8qSAU=";
fetchSubmodules = true;
};