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 dc0ac3e commit 393374eCopy full SHA for 393374e
pkgs/development/python-modules/aider-chat/default.nix
@@ -124,7 +124,7 @@ let
124
];
125
};
126
127
- version = "0.82.0";
+ version = "0.82.1";
128
aider-chat = buildPythonPackage {
129
pname = "aider-chat";
130
inherit version;
@@ -137,7 +137,7 @@ let
137
owner = "Aider-AI";
138
repo = "aider";
139
tag = "v${version}";
140
- hash = "sha256-UlPYUYAYDhPPgoIvEWRLYjCe3iQ2ltH5mT3GkX+IrGI=";
+ hash = "sha256-J9znZfPcg1cLINFOCSQ6mpr/slL/jQXqenyi3a++VVE=";
141
142
143
pythonRelaxDeps = true;
0 commit comments