From 13b2539679ca5e1f7dedc5331bcfda51853f9875 Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Fri, 4 Apr 2025 11:14:08 +0200 Subject: [PATCH 1/2] feat: update aider-chat to version 0.81.0 --- pkgs/development/python-modules/aider-chat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 5cd871b868d3..846a1a310dcd 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -123,7 +123,7 @@ let ]; }; - version = "0.80.0"; + version = "0.81.0"; aider-chat = buildPythonPackage { pname = "aider-chat"; inherit version; @@ -136,7 +136,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-W3GO5+0rprQHmn1upL3pcXuv2e9Wir6TW0tUnvZj48E="; + hash = "sha256-xWOXsffLAVBZvJM8PuAJ12IrmNLfXuqHrbIMtPM1leE="; }; pythonRelaxDeps = true; From f220f392c9d4d35bfc2850084255ab24eb80b540 Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Fri, 4 Apr 2025 22:09:45 +0200 Subject: [PATCH 2/2] chore: update aider-chat to version 0.81.1 --- pkgs/development/python-modules/aider-chat/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aider-chat/default.nix b/pkgs/development/python-modules/aider-chat/default.nix index 846a1a310dcd..0d92689537c6 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -123,7 +123,7 @@ let ]; }; - version = "0.81.0"; + version = "0.81.1"; aider-chat = buildPythonPackage { pname = "aider-chat"; inherit version; @@ -136,7 +136,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-xWOXsffLAVBZvJM8PuAJ12IrmNLfXuqHrbIMtPM1leE="; + hash = "sha256-TNSdsJBmF/9OCkFe1dZV0y7X2FSTjgp3YV4HGlA9GMc="; }; pythonRelaxDeps = true;