diff options
| author | Yt <raphael@megzari.com> | 2025-05-31 15:05:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 15:05:20 -0400 |
| commit | cd7701d3484f9b365c82a529225b07fb80cbb9fb (patch) | |
| tree | c571c94141395f0dfe3d44f288fe425b376be413 | |
| parent | nyan: enable and fix strictDeps build (#412485) (diff) | |
| parent | aider-chat-full: 0.83.2 -> 0.84.0 (diff) | |
| download | nixpkgs-cd7701d3484f9b365c82a529225b07fb80cbb9fb.tar.gz | |
aider-chat-full: 0.83.2 -> 0.84.0 (#412546)
| -rw-r--r-- | pkgs/development/python-modules/aider-chat/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 4e7fcc9a01a9..54953304559a 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -126,7 +126,7 @@ let d.stopwords ]); - version = "0.83.2"; + version = "0.84.0"; aider-chat = buildPythonPackage { pname = "aider-chat"; inherit version; @@ -139,7 +139,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-fVysmaB2jGS2XJlxyFIdJmQShzxz2q4TQf8zNuCT2GE="; + hash = "sha256-TOlqwJM9wIAURSimuh9mysYDwgH9AfFev8jY9elLNk8="; }; pythonRelaxDeps = true; |
