Skip to content

Commit

Permalink
tabby-agent: 0.18.0 -> 0.21.1 (#362934)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 13, 2024
2 parents 356740a + aeb4365 commit 6c03944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ta/tabby-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tabby-agent";
version = "0.18.0";
version = "0.21.1";

src = fetchFromGitHub {
owner = "TabbyML";
repo = "tabby";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-8clEBWAT+HI2eecOsmldgRcA58Ehq9bZT4ZwUMm494g=";
hash = "sha256-6KvNFuABVLQs+sAa39LK0yXgi4ThYw5VfyzH8qJFAgQ=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-WBhkrgLTTR5f8ZVmUfzMbFw/6jIGoLcUspHCsNpOxx4=";
hash = "sha256-49hqgCGBt6mz7LUTkuTDygT4umDPWgJKA6KFQb43qdA=";
};

passthru.updateScript = nix-update-script {
Expand Down

0 comments on commit 6c03944

Please sign in to comment.