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.
1 parent bdcd159 commit 2769361Copy full SHA for 2769361
pkgs/development/python-modules/aider-chat/default.nix
@@ -12,7 +12,7 @@ let
12
self = python3;
13
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
14
};
15
- version = "0.71.0";
+ version = "0.72.1";
16
aider-chat = python3.pkgs.buildPythonPackage {
17
pname = "aider-chat";
18
inherit version;
@@ -22,7 +22,7 @@ let
22
owner = "Aider-AI";
23
repo = "aider";
24
tag = "v${version}";
25
- hash = "sha256-UptGAR0q3JlzYS5QJVeQo/uxBPaivsvOBBjoX869BRU=";
+ hash = "sha256-5dV1EW4qx2tXDlbzyS8CT3p0MXgdKVdIGVLDEQF/4Zc=";
26
27
28
pythonRelaxDeps = true;
0 commit comments