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
commit 30f68e809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ let
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-iD7LX4OstnNL2FZKObh4z9krkN0sfUUbFEZxu6OvdBs=";
hash = "sha256-ctz9xh1wisG0YUxglygKHIvU9bMgMLkGqDoknb8qSAU=";
fetchSubmodules = true;
};