Skip to content

Commit 8653e37

Browse files
authored
aider-chat: 0.61.0 -> 0.62.0 (#353951)
2 parents 2c4af10 + fb1047c commit 8653e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
self = python3;
1313
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
1414
};
15-
version = "0.61.0";
15+
version = "0.62.0";
1616
in
1717
python3.pkgs.buildPythonApplication {
1818
pname = "aider-chat";
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication {
2323
owner = "Aider-AI";
2424
repo = "aider";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-C1VMdLRb+FVN8zwWRa7RCkRxZgdUPNUfBdAjMi9efjQ=";
26+
hash = "sha256-o5vyOaJSUcdwuHBbzgpo5RDpZLnIur5dM+b7Y7PVBXA=";
2727
};
2828

2929
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)