ollama: 0.0.14 -> 0.0.15

This commit is contained in:
R. Ryantm
2023-08-21 04:00:51 +00:00
parent 57d8f92a86
commit 489add96d5
+3 -3
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ollama";
version = "0.0.14";
version = "0.0.15";
src = fetchFromGitHub {
owner = "jmorganca";
repo = "ollama";
rev = "v${version}";
hash = "sha256-QFik6Vlo06s2Nz5tsS3yvm3JYhCTIZHMiphtqz99sTI=";
hash = "sha256-p2YLgLyjmf2MPvFue45+wW7kqKpUli9rX3aWNH08cDk=";
};
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
@@ -22,7 +22,7 @@ buildGoModule rec {
MetalKit
]);
vendorHash = "sha256-eAvedN47InwUcsWLtnzxuLnmyeOoxHEDtQy9kjsFJnE=";
vendorHash = "sha256-IgEf/WOc1eNGCif1fViIFxbgZAd6mHBqfxcaqH/WvGg=";
ldflags = [ "-s" "-w" ];