From 2907ec251c1098e0960f40462b32313dd1ab5ae3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 22 Aug 2024 20:39:10 +0000 Subject: [PATCH] aider-chat: 0.50.0 -> 0.51.0 --- pkgs/by-name/ai/aider-chat/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 087d1a056c0a..c36578975241 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -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"; @@ -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 ];