Skip to content

Commit

Permalink
tabby: 0.18.0 -> 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 2, 2024
1 parent 089b42e commit 3fe4bdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 deletions pkgs/by-name/ta/tabby/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/ta/tabby/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/ollama/default.nix

pname = "tabby";
version = "0.18.0";
version = "0.19.0";

availableAccelerations = flatten [
(optional cudaSupport "cuda")
Expand Down Expand Up @@ -120,7 +120,7 @@ rustPlatform.buildRustPackage {
owner = "TabbyML";
repo = "tabby";
rev = "refs/tags/v${version}";
hash = "sha256-8clEBWAT+HI2eecOsmldgRcA58Ehq9bZT4ZwUMm494g=";
hash = "sha256-RK81gQ5IUzZ4HXJbKBr5bqayH0Xip6ZVAgdMwqP+kx8=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 3fe4bdd

Please sign in to comment.