lol

aider-chat-full: 0.85.2 -> 0.86.0 (#432374)

authored by

Yt and committed by
GitHub
cda76fb1 796902fa

+2 -2
+2 -2
pkgs/by-name/ai/aider-chat/package.nix
··· 19 19 d.stopwords 20 20 ]); 21 21 22 - version = "0.85.2"; 22 + version = "0.86.0"; 23 23 aider-chat = python3Packages.buildPythonApplication { 24 24 pname = "aider-chat"; 25 25 inherit version; ··· 29 29 owner = "Aider-AI"; 30 30 repo = "aider"; 31 31 tag = "v${version}"; 32 - hash = "sha256-J2xCx1edbu8mEGzNq2PKMxPCMlMZkArEwz6338Sm1tw="; 32 + hash = "sha256-pqwsYObgio50rbuGGOmi7PlEMxdX75B1ONKs+VAJrd8="; 33 33 }; 34 34 35 35 pythonRelaxDeps = true;