We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95879b2 + 4aeb02f commit 19fadd1Copy full SHA for 19fadd1
pkgs/by-name/ai/aider-chat/package.nix
@@ -1,18 +1,18 @@
1
{
2
lib,
3
stdenv,
4
- python311,
+ python312,
5
fetchFromGitHub,
6
gitMinimal,
7
portaudio,
8
}:
9
10
let
11
- python3 = python311.override {
+ python3 = python312.override {
12
self = python3;
13
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
14
};
15
- version = "0.69.0";
+ version = "0.70.0";
16
aider-chat = python3.pkgs.buildPythonApplication {
17
pname = "aider-chat";
18
inherit version;
@@ -22,7 +22,7 @@ let
22
owner = "Aider-AI";
23
repo = "aider";
24
rev = "refs/tags/v${version}";
25
- hash = "sha256-fJLLWL31BLEpgBrYDq0E8t7GN9TyOA5pwt42H/Hqh58=";
+ hash = "sha256-wGm6JV9ISRi/p1lA3JyzOdHQKFHFxEhfr+NdShUxm0M=";
26
27
28
pythonRelaxDeps = true;
0 commit comments