Loading pkgs/by-name/ai/aider-chat/package.nix +8 −2 Original line number Diff line number Diff line { python3Packages }: { python3Packages, withPlaywright ? false, }: if withPlaywright then python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright else python3Packages.toPythonApplication python3Packages.aider-chat pkgs/development/python-modules/aider-chat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -23,7 +23,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU"; hash = "sha256-+XpvAnxsv6TbsJwTAgNdJtZxxoPXQ9cxRVUaFZCnS8w="; }; pythonRelaxDeps = true; Loading Loading
pkgs/by-name/ai/aider-chat/package.nix +8 −2 Original line number Diff line number Diff line { python3Packages }: { python3Packages, withPlaywright ? false, }: if withPlaywright then python3Packages.toPythonApplication python3Packages.aider-chat.passthru.withPlaywright else python3Packages.toPythonApplication python3Packages.aider-chat
pkgs/development/python-modules/aider-chat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -23,7 +23,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; hash = "sha256-TQDYrkSW58E1/lIBuJsgpXst8OAbaTyNX1SM8mdFgzU"; hash = "sha256-+XpvAnxsv6TbsJwTAgNdJtZxxoPXQ9cxRVUaFZCnS8w="; }; pythonRelaxDeps = true; Loading