From 393374e5885b474067b1c723efea1bd6a02a07b0 Mon Sep 17 00:00:00 2001 From: Alexander Kjeldaas Date: Thu, 17 Apr 2025 06:29:54 +0200 Subject: [PATCH] aider-chat: 0.82.0 -> 0.82.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 3b3428e8f0b6..1abfa03560e1 100644 --- a/pkgs/development/python-modules/aider-chat/default.nix +++ b/pkgs/development/python-modules/aider-chat/default.nix @@ -124,7 +124,7 @@ let ]; }; - version = "0.82.0"; + version = "0.82.1"; aider-chat = buildPythonPackage { pname = "aider-chat"; inherit version; @@ -137,7 +137,7 @@ let owner = "Aider-AI"; repo = "aider"; tag = "v${version}"; - hash = "sha256-UlPYUYAYDhPPgoIvEWRLYjCe3iQ2ltH5mT3GkX+IrGI="; + hash = "sha256-J9znZfPcg1cLINFOCSQ6mpr/slL/jQXqenyi3a++VVE="; }; pythonRelaxDeps = true;