Skip to content

Commit

Permalink
Update aider (#368639)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Dec 28, 2024
2 parents 95879b2 + 4aeb02f commit 19fadd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ai/aider-chat/package.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
lib,
stdenv,
python311,
python312,
fetchFromGitHub,
gitMinimal,
portaudio,
}:

let
python3 = python311.override {
python3 = python312.override {
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.69.0";
version = "0.70.0";
aider-chat = python3.pkgs.buildPythonApplication {
pname = "aider-chat";
inherit version;
Expand All @@ -22,7 +22,7 @@ let
owner = "Aider-AI";
repo = "aider";
rev = "refs/tags/v${version}";
hash = "sha256-fJLLWL31BLEpgBrYDq0E8t7GN9TyOA5pwt42H/Hqh58=";
hash = "sha256-wGm6JV9ISRi/p1lA3JyzOdHQKFHFxEhfr+NdShUxm0M=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit 19fadd1

Please sign in to comment.