Unverified Commit 0fae44bd authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama-cpu: 0.14.1 -> 0.14.2 (#482015)

parents 87b89c70 8ec0bb95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -138,13 +138,13 @@ in
goBuild (finalAttrs: {
  pname = "ollama";
  # don't forget to invalidate all hashes each update
  version = "0.14.1";
  version = "0.14.2";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r9Qwa1bAzLlr50mB+RLkRfuCFe6FUXtR9irqvU7PAvA=";
    hash = "sha256-NDtXMRpglUG0XhkTJrd90kv1utpxXGNppMHOG3Zmt54=";
  };

  vendorHash = "sha256-WdHAjCD20eLj0d9v1K6VYP8vJ+IZ8BEZ3CciYLLMtxc=";