shell-gpt: 1.4.4 -> 1.4.5

authored by

Gaël James and committed by
Masum Reza
abd741e3 59496508

+2 -2
+2 -2
pkgs/by-name/sh/shell-gpt/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "shell-gpt"; 9 - version = "1.4.4"; 9 + version = "1.4.5"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "TheR1D"; 14 14 repo = "shell_gpt"; 15 15 tag = version; 16 - hash = "sha256-4/5CLzIq+RXVTJk4chrd65GeazRp8VFKdOMt3fT+mbI="; 16 + hash = "sha256-e0zKlbt508psiV1ryuE/JV0rWM/XZDhMChqReGHefig="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [