Commit 4960a6b5 authored by R. RyanTM's avatar R. RyanTM
Browse files

ollama-vulkan: 0.12.11 -> 0.13.0

parent 85c524e9
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.12.11";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "ollama";
    repo = "ollama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-o6jjn9VyLRwD1wFoUv8nNwf5QC6TOVipmMrcHtikNjI=";
    hash = "sha256-VhBPYf/beWkeFCdBTC2UpxqQUgEX8TCkbiWBPg8gDb4=";
  };

  vendorHash = "sha256-rKRRcwmon/3K2bN7iQaMap5yNYKMCZ7P0M1C2hv4IlQ=";