Merge pull request #331780 from abysssol/ollama-fix-0.3.1

ollama: update hash for 0.3.1
This commit is contained in:
Martin Weinelt
2024-08-02 16:36:12 +02:00
committed by GitHub
+1 -1
View File
@@ -46,7 +46,7 @@ let
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-iD7LX4OstnNL2FZKObh4z9krkN0sfUUbFEZxu6OvdBs=";
hash = "sha256-ctz9xh1wisG0YUxglygKHIvU9bMgMLkGqDoknb8qSAU=";
fetchSubmodules = true;
};