Unverified Commit 070db7ef authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

ollama-vulkan: 0.12.11 -> 0.13.0 (#464628)

parents 837a237c 4960a6b5
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=";