ollama: 0.1.43 -> 0.1.44

changelog: https://github.com/ollama/ollama/releases/tag/v0.1.44
This commit is contained in:
abysssol 2024-06-14 04:08:35 -04:00
parent 923b669abb
commit cea564e587

View File

@ -31,13 +31,13 @@
let
pname = "ollama";
# don't forget to invalidate all hashes each update
version = "0.1.43";
version = "0.1.44";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-+WCyRZPm4EyLH68uXDUJEW76v6FXq2WS5fqt4momKDA=";
hash = "sha256-HM7xtVdhRwhsLEBLvCgjU1iwdaqowRdrxh/Z0BzTPn8=";
fetchSubmodules = true;
};