Unverified Commit 95e95203 authored by abysssol's avatar abysssol Committed by GitHub
Browse files

Merge pull request #328315 from redyf/update-ollama

ollama: 0.2.5 -> 0.2.7
parents 7de14a06 d7d27508
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@
let
  pname = "ollama";
  # don't forget to invalidate all hashes each update
  version = "0.2.5";
  version = "0.2.7";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    rev = "v${version}";
    hash = "sha256-IuSWybyHjewxpLKZxDROqtdyIAWB61+mn4nfvRAyyw0=";
    hash = "sha256-YHBGS615dxz6pZR+8awMinp+ZRf3J8Re5BVeDEIyt2E=";
    fetchSubmodules = true;
  };