tabbyapi: unstable-2026-06-13 -> unstable-2026-06-27

(cherry picked from commit a05d7f9e12)
This commit is contained in:
BatteredBunny 2026-06-27 14:10:47 +03:00 committed by github-actions[bot]
commit 69dabba80d

View file

@ -7,14 +7,14 @@
}:
python3Packages.buildPythonApplication {
pname = "tabbyapi";
version = "0-unstable-2026-06-13";
version = "0-unstable-2026-06-27";
pyproject = true;
src = fetchFromGitHub {
owner = "theroyallab";
repo = "tabbyAPI";
rev = "54850882315d509c984f9fe07fb8f5d04a0b4ba9";
hash = "sha256-rIpI3pCJtfU1AEHBwQCIwuOh4c14N/z8VlX0hdxOC60=";
rev = "3cf468c28362c28be1c8fc731ce1ccaf7b2206d0";
hash = "sha256-s97YFyij2/oYlClmV2laDrCkkoK4uVZgRsn5WwftLag=";
};
build-system = with python3Packages; [