mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
tabbyapi: 0-unstable-2026-06-27 -> 0-unstable-2026-07-18
(cherry picked from commit ae9dcf6e3c)
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "tabbyapi";
|
||||
version = "0-unstable-2026-06-27";
|
||||
version = "0-unstable-2026-07-18";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "theroyallab";
|
||||
repo = "tabbyAPI";
|
||||
rev = "3cf468c28362c28be1c8fc731ce1ccaf7b2206d0";
|
||||
hash = "sha256-s97YFyij2/oYlClmV2laDrCkkoK4uVZgRsn5WwftLag=";
|
||||
rev = "0158fb48d76546a6475d1d63f6cd5b90932d1d11";
|
||||
hash = "sha256-Bkpx3MyZg7Np5zXAsq8mgxdAFsHUZhy2NZ93XSLbJgk=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@@ -57,7 +57,6 @@ python3Packages.buildPythonApplication {
|
||||
numpy
|
||||
setuptools
|
||||
|
||||
exllamav2
|
||||
exllamav3
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
|
||||
Reference in New Issue
Block a user