tabby-agent: 0.30.0 -> 0.30.1 (#424742)

This commit is contained in:
Weijia Wang 2025-08-04 12:05:46 -06:00 committed by GitHub
commit 68071df053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tabby-agent";
version = "0.30.0";
version = "0.30.1";
src = fetchFromGitHub {
owner = "TabbyML";
repo = "tabby";
tag = "v${finalAttrs.version}";
hash = "sha256-/3hEuCcMk64BeeTevxoch91i0IZ8yyLiQfZ+ohrOk94=";
hash = "sha256-daKT/1d6O1ZPbdvVoG7Kj3T7wG3gYvg8wblvO0Ec+3M=";
};
nativeBuildInputs = [