Skip to content

Commit 68071df

Browse files
authored
tabby-agent: 0.30.0 -> 0.30.1 (#424742)
2 parents 003b8e5 + 1cbd2c6 commit 68071df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ta/tabby-agent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "tabby-agent";
12-
version = "0.30.0";
12+
version = "0.30.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "TabbyML";
1616
repo = "tabby";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-/3hEuCcMk64BeeTevxoch91i0IZ8yyLiQfZ+ohrOk94=";
18+
hash = "sha256-daKT/1d6O1ZPbdvVoG7Kj3T7wG3gYvg8wblvO0Ec+3M=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)