Skip to content

Commit cb48903

Browse files
authored
tabby-agent: 0.22.0 -> 0.23.0 (#375488)
2 parents 1800f90 + 8648b26 commit cb48903

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.22.0";
12+
version = "0.23.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "TabbyML";
1616
repo = "tabby";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-TP0KEGH8w9kdTj5yxCsAn4LRS1gj3Dnz96GA8DDSJJU=";
18+
hash = "sha256-VuyfKIfOJ6+LTiNCO/SQMHk81KffF/dUfxMGT2go6RM=";
1919
};
2020

2121
nativeBuildInputs = [
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
4848

4949
pnpmDeps = pnpm_9.fetchDeps {
5050
inherit (finalAttrs) pname version src;
51-
hash = "sha256-fpzl2w0o5bJhppVUl6vRNqAVQNMPLK0+JX/KYEtUGGA=";
51+
hash = "sha256-RMa4fuR6L1BM+QmLsZ7i42jtGAQXkVQvv1hh0lr+Ky8=";
5252
};
5353

5454
passthru.updateScript = nix-update-script {

0 commit comments

Comments
 (0)