Skip to content

Commit

Permalink
aider: 0.40.5 -> 0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jul 6, 2024
1 parent 485644b commit bfb63e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/aider/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ let
};
};

version = "0.40.5";
version = "0.42.0";
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-T4fR0Id6p1t2p8sBfrb/RH98WovrYuZCNOiIJUloxGQ=";
hash = "sha256-VDz5o8KqiDQ5QBvYA4IKG4DYhKqapzjgq6VsMs+GV+s=";
};

postPatch = ''
Expand Down Expand Up @@ -192,6 +192,10 @@ py3.pkgs.buildPythonApplication rec {
universal-ctags
];

checkInputs = with py3.pkgs; [
zipp
];

# Tests require a Git repository
doCheck = false;

Expand Down

0 comments on commit bfb63e4

Please sign in to comment.