Skip to content

Commit

Permalink
aider: 0.37.0 -> 0.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jun 26, 2024
1 parent ba19649 commit e590bed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/aider/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ let
};
};

version = "0.37.0";
version = "0.40.5";
in
py3.pkgs.buildPythonApplication rec {
pname = "aider";
Expand All @@ -133,7 +133,7 @@ py3.pkgs.buildPythonApplication rec {
owner = "paul-gauthier";
repo = "aider";
rev = "v${version}";
hash = "sha256-6kJTagYcHvUXu3YrbMLqCYwDkGgfLVTtbjoTIIuA6SM=";
hash = "sha256-T4fR0Id6p1t2p8sBfrb/RH98WovrYuZCNOiIJUloxGQ=";
};

postPatch = ''
Expand All @@ -144,7 +144,6 @@ py3.pkgs.buildPythonApplication rec {
'';

propagatedBuildInputs = with py3.pkgs; [
universal-ctags
aiohttp
aiosignal
async-timeout
Expand Down

0 comments on commit e590bed

Please sign in to comment.