Unverified Commit 504dfadc authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama: 0.15.5 -> 0.15.6 (#489042)

parents 269afd8d 8925784d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,13 +137,13 @@ let
in
goBuild (finalAttrs: {
  pname = "ollama";
  version = "0.15.5";
  version = "0.15.6";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VJrAUHX+BVQXsH34BDI4YqVXEqD14ERnKhSpMByAdrQ=";
    hash = "sha256-II9ffgkMj2yx7Sek5PuAgRnUIS1Kf1UeK71+DwAgBRE=";
  };

  vendorHash = "sha256-r7bSHOYAB5f3fRz7lKLejx6thPx0dR4UXoXu0XD7kVM=";