aider-chat: 0.75.1 -> 0.75.2; add withPlaywright override (#387822)

This commit is contained in:
Yt
2025-03-07 04:50:27 -05:00
committed by GitHub
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -1,3 +1,9 @@
{ python3Packages }:
{
python3Packages,
withPlaywright ? false,
}:
python3Packages.toPythonApplication python3Packages.aider-chat
if withPlaywright then
python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright
else
python3Packages.toPythonApplication python3Packages.aider-chat
@@ -13,7 +13,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.75.1";
version = "0.75.2";
aider-chat = python3.pkgs.buildPythonPackage {
pname = "aider-chat";
inherit version;
@@ -23,7 +23,7 @@ let
owner = "Aider-AI";
repo = "aider";
tag = "v${version}";
hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU";
hash = "sha256-+XpvAnxsv6TbsJwTAgNdJtZxxoPXQ9cxRVUaFZCnS8w=";
};
pythonRelaxDeps = true;