Skip to content

Commit 19fadd1

Browse files
authored
Update aider (#368639)
2 parents 95879b2 + 4aeb02f commit 19fadd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ai/aider-chat/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
lib,
33
stdenv,
4-
python311,
4+
python312,
55
fetchFromGitHub,
66
gitMinimal,
77
portaudio,
88
}:
99

1010
let
11-
python3 = python311.override {
11+
python3 = python312.override {
1212
self = python3;
1313
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
1414
};
15-
version = "0.69.0";
15+
version = "0.70.0";
1616
aider-chat = python3.pkgs.buildPythonApplication {
1717
pname = "aider-chat";
1818
inherit version;
@@ -22,7 +22,7 @@ let
2222
owner = "Aider-AI";
2323
repo = "aider";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-fJLLWL31BLEpgBrYDq0E8t7GN9TyOA5pwt42H/Hqh58=";
25+
hash = "sha256-wGm6JV9ISRi/p1lA3JyzOdHQKFHFxEhfr+NdShUxm0M=";
2626
};
2727

2828
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)