From 915d70217de01d00d365369abf64c5be6fa2139d Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Fri, 4 Apr 2025 17:54:55 +0800 Subject: [PATCH] aider-chat: 0.80.0 -> 0.81.0, enable update script --- pkgs/development/python-modules/aider-chat/default.nix | 7 +++++-- 1 file changed, 5 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..519738bfad42 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -112,6 +112,7 @@ torch, nltk, boto3, + nix-update-script, }: let @@ -123,7 +124,7 @@ let ]; }; - version = "0.80.0"; + version = "0.81.0"; aider-chat = buildPythonPackage { pname = "aider-chat"; inherit version; @@ -136,7 +137,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-W3GO5+0rprQHmn1upL3pcXuv2e9Wir6TW0tUnvZj48E="; + hash = "sha256-xWOXsffLAVBZvJM8PuAJ12IrmNLfXuqHrbIMtPM1leE="; }; pythonRelaxDeps = true; @@ -365,6 +366,8 @@ let makeWrapperArgs = makeWrapperArgs ++ playwrightArgs ++ helpArgs; } ); + + updateScript = nix-update-script { }; }; meta = {