We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003b8e5 + 1cbd2c6 commit 68071dfCopy full SHA for 68071df
pkgs/by-name/ta/tabby-agent/package.nix
@@ -9,13 +9,13 @@
9
}:
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "tabby-agent";
12
- version = "0.30.0";
+ version = "0.30.1";
13
14
src = fetchFromGitHub {
15
owner = "TabbyML";
16
repo = "tabby";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-/3hEuCcMk64BeeTevxoch91i0IZ8yyLiQfZ+ohrOk94=";
+ hash = "sha256-daKT/1d6O1ZPbdvVoG7Kj3T7wG3gYvg8wblvO0Ec+3M=";
19
};
20
21
nativeBuildInputs = [
0 commit comments