tabby-agent: 0.29.0 -> 0.30.0 (#422070)

This commit is contained in:
Wolfgang Walther
2025-07-10 12:34:31 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tabby-agent";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "TabbyML";
repo = "tabby";
tag = "v${finalAttrs.version}";
hash = "sha256-NwFDY2bBT7w+nbHMPm+E4VcgIL5+BgXQmgxywqwQ8zc=";
hash = "sha256-/3hEuCcMk64BeeTevxoch91i0IZ8yyLiQfZ+ohrOk94=";
};
nativeBuildInputs = [