Skip to content

Commit

Permalink
aider-chat: 0.50.0 -> 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 22, 2024
1 parent 3a35851 commit 2907ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ai/aider-chat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
self = python3;
packageOverrides = _: super: { tree-sitter = super.tree-sitter_0_21; };
};
version = "0.50.0";
version = "0.51.0";
in
python3.pkgs.buildPythonApplication {
pname = "aider-chat";
Expand All @@ -22,8 +22,8 @@ python3.pkgs.buildPythonApplication {
src = fetchFromGitHub {
owner = "paul-gauthier";
repo = "aider";
rev = "v${version}";
hash = "sha256-hRUxzljtgLGEDwHf6UtQzGQM8CgiRtgNLlVoKa2jU3o=";
rev = "refs/tags/v${version}";
hash = "sha256-vomRXWL3++1R8jpjMKbsGrB+B1FWQxVbLKxuPttnspw=";
};

build-system = with python3.pkgs; [ setuptools ];
Expand Down

0 comments on commit 2907ec2

Please sign in to comment.