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-02 09:49:23 -04:00
parent 5e72b96273
commit ab2c4b7afb

View File

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