Unverified Commit 5f045c63 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama-cpu: 0.15.2 -> 0.15.4 (#486527)

parents 3f9f7ba7 27ff696d
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.15.2";
  version = "0.15.4";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hfEuVWMmayAO26EV6fu7lRWEL3Es9wyN9sMdm5I+NJE=";
    hash = "sha256-5dkikrp7jVGnfFwiGkbsGsRnrsS0zcZzWQ7shOn3alw=";
  };

  vendorHash = "sha256-WdHAjCD20eLj0d9v1K6VYP8vJ+IZ8BEZ3CciYLLMtxc=";