Unverified Commit 1be36670 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama: 0.14.3 -> 0.15.1 (#484074)

parents 78387afd e01add80
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.3";
  version = "0.15.1";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SVzJDuy5qXaqxE4HqiqVhoyGLTOt57370q8r3YV18Og=";
    hash = "sha256-uuv0UMw/8eUcDlyglMxqFWbUlS2OzLEMBNhsbFx8qmg=";
  };

  vendorHash = "sha256-WdHAjCD20eLj0d9v1K6VYP8vJ+IZ8BEZ3CciYLLMtxc=";