shell-gpt: 1.4.4 -> 1.4.5

This commit is contained in:
Gaël James
2025-06-04 18:13:50 +05:30
committed by Masum Reza
parent 59496508c5
commit abd741e3d9
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "shell-gpt";
version = "1.4.4";
version = "1.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "TheR1D";
repo = "shell_gpt";
tag = version;
hash = "sha256-4/5CLzIq+RXVTJk4chrd65GeazRp8VFKdOMt3fT+mbI=";
hash = "sha256-e0zKlbt508psiV1ryuE/JV0rWM/XZDhMChqReGHefig=";
};
pythonRelaxDeps = [