Skip to content

Commit

Permalink
tabby-agent: 0.21.2 -> 0.22.0 (NixOS#368986)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 29, 2024
2 parents ca74eaf + 1bebe15 commit 1d4fc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.21.2";
version = "0.22.0";

src = fetchFromGitHub {
owner = "TabbyML";
repo = "tabby";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-1mvONz1Pl79qIro8UHvE3ReSHqNxJJOUAKh/lXUeQKs=";
hash = "sha256-TP0KEGH8w9kdTj5yxCsAn4LRS1gj3Dnz96GA8DDSJJU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1d4fc08

Please sign in to comment.