Loading pkgs/by-name/ai/aider-chat/package.nix +18 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ let self = python3; packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; }; version = "0.60.0"; version = "0.61.0"; in python3.pkgs.buildPythonApplication { pname = "aider-chat"; Loading @@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication { owner = "Aider-AI"; repo = "aider"; rev = "refs/tags/v${version}"; hash = "sha256-0jAdUcGGJzxvTKY/56an0oLEghZHz6fdNLg8cPer1Qc="; hash = "sha256-C1VMdLRb+FVN8zwWRa7RCkRxZgdUPNUfBdAjMi9efjQ="; }; pythonRelaxDeps = true; Loading Loading @@ -113,6 +113,13 @@ python3.pkgs.buildPythonApplication { wcwidth yarl zipp # Not listed in requirements mixpanel monotonic posthog propcache python-dateutil ]; buildInputs = [ portaudio ]; Loading Loading @@ -151,6 +158,15 @@ python3.pkgs.buildPythonApplication { export AIDER_CHECK_UPDATE=false ''; optional-dependencies = with python3.pkgs; { playwright = [ greenlet playwright pyee typing-extensions ]; }; meta = { description = "AI pair programming in your terminal"; homepage = "https://github.com/paul-gauthier/aider"; Loading pkgs/development/python-modules/litellm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "litellm"; version = "1.48.6"; version = "1.51.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "BerriAI"; repo = "litellm"; rev = "refs/tags/v${version}"; hash = "sha256-7Or9rZGehejSYv0/5M7PNPNtoSt28DSHBiWXcJutD2I="; hash = "sha256-jC5BiD4JFfsiyNOSlY6rH6l3Dk6AKKXJ8+Q6MTGYTpM="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/by-name/ai/aider-chat/package.nix +18 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ let self = python3; packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; }; }; version = "0.60.0"; version = "0.61.0"; in python3.pkgs.buildPythonApplication { pname = "aider-chat"; Loading @@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication { owner = "Aider-AI"; repo = "aider"; rev = "refs/tags/v${version}"; hash = "sha256-0jAdUcGGJzxvTKY/56an0oLEghZHz6fdNLg8cPer1Qc="; hash = "sha256-C1VMdLRb+FVN8zwWRa7RCkRxZgdUPNUfBdAjMi9efjQ="; }; pythonRelaxDeps = true; Loading Loading @@ -113,6 +113,13 @@ python3.pkgs.buildPythonApplication { wcwidth yarl zipp # Not listed in requirements mixpanel monotonic posthog propcache python-dateutil ]; buildInputs = [ portaudio ]; Loading Loading @@ -151,6 +158,15 @@ python3.pkgs.buildPythonApplication { export AIDER_CHECK_UPDATE=false ''; optional-dependencies = with python3.pkgs; { playwright = [ greenlet playwright pyee typing-extensions ]; }; meta = { description = "AI pair programming in your terminal"; homepage = "https://github.com/paul-gauthier/aider"; Loading
pkgs/development/python-modules/litellm/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "litellm"; version = "1.48.6"; version = "1.51.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -46,7 +46,7 @@ buildPythonPackage rec { owner = "BerriAI"; repo = "litellm"; rev = "refs/tags/v${version}"; hash = "sha256-7Or9rZGehejSYv0/5M7PNPNtoSt28DSHBiWXcJutD2I="; hash = "sha256-jC5BiD4JFfsiyNOSlY6rH6l3Dk6AKKXJ8+Q6MTGYTpM="; }; build-system = [ poetry-core ]; Loading