shell-gpt: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2024-08-16 19:15:39 +00:00
parent 21a5d0457f
commit 8941744d24

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "shell-gpt"; pname = "shell-gpt";
version = "1.4.3"; version = "1.4.4";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TheR1D"; owner = "TheR1D";
repo = "shell_gpt"; repo = "shell_gpt";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-T37L4U1kOrrIQJ2znq2UupD3pyit9xd8rAsEwUvGiQ8="; hash = "sha256-4/5CLzIq+RXVTJk4chrd65GeazRp8VFKdOMt3fT+mbI=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [