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 2c4af10 + fb1047c commit 8653e37Copy full SHA for 8653e37
pkgs/by-name/ai/aider-chat/package.nix
@@ -12,7 +12,7 @@ let
12
self = python3;
13
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
14
};
15
- version = "0.61.0";
+ version = "0.62.0";
16
in
17
python3.pkgs.buildPythonApplication {
18
pname = "aider-chat";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication {
23
owner = "Aider-AI";
24
repo = "aider";
25
rev = "refs/tags/v${version}";
26
- hash = "sha256-C1VMdLRb+FVN8zwWRa7RCkRxZgdUPNUfBdAjMi9efjQ=";
+ hash = "sha256-o5vyOaJSUcdwuHBbzgpo5RDpZLnIur5dM+b7Y7PVBXA=";
27
28
29
pythonRelaxDeps = true;
0 commit comments