Unverified Commit 1e99a1a4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ollama: 0.3.11 -> 0.3.12 (#345135)

parents 19f1f2eb a4676ca1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@ assert builtins.elem acceleration [
let
  pname = "ollama";
  # don't forget to invalidate all hashes each update
  version = "0.3.11";
  version = "0.3.12";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    rev = "v${version}";
    hash = "sha256-YYrNrlXL6ytLfnrvSHybi0va0lvgVNuIRP+IFE5XZX8=";
    hash = "sha256-K1FYXEP0bTZa8M+V4/SxI+Q+LWs2rsAMZ/ETJCaO7P8=";
    fetchSubmodules = true;
  };