Unverified Commit 70056b3f authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama: 0.7.1 -> 0.9.0 (#413047)

parents bf8cde15 edbaf6d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,13 +117,13 @@ in
goBuild (finalAttrs: {
  pname = "ollama";
  # don't forget to invalidate all hashes each update
  version = "0.7.1";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ee2MkvdVDQaSFJDDuXEwedqOB2DUl3MIfp5tRxqbL8A=";
    hash = "sha256-+8UHE9M2JWUARuuIRdKwNkn1hoxtuitVH7do5V5uEg0=";
    fetchSubmodules = true;
  };