tabby: v0.23.1 -> v0.24.0

This commit is contained in:
rein
2025-02-14 16:55:00 +00:00
parent 3411a4ae3b
commit acdaaa59bd
+2 -2
View File
@@ -31,7 +31,7 @@ let
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/ollama/default.nix
pname = "tabby";
version = "0.23.1";
version = "0.24.0";
availableAccelerations = flatten [
(optional cudaSupport "cuda")
@@ -120,7 +120,7 @@ rustPlatform.buildRustPackage {
owner = "TabbyML";
repo = "tabby";
tag = "v${version}";
hash = "sha256-8eQFsLiAHF/9gD1SdtsbDwHm0WjQ3Db6QIyxMF2dIM0=";
hash = "sha256-poWUfPp/7w6dNjh6yoP5oTbaP4lL91hb1+zQG8tjUDE=";
fetchSubmodules = true;
};