Merge pull request #335193 from r-ryantm/auto-update/shell-gpt

shell-gpt: 1.4.3 -> 1.4.4

authored by Pol Dellaiera and committed by GitHub 9bc5d82a d9acf087

+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.3"; 9 + version = "1.4.4"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "TheR1D"; 14 14 repo = "shell_gpt"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-T37L4U1kOrrIQJ2znq2UupD3pyit9xd8rAsEwUvGiQ8="; 16 + hash = "sha256-4/5CLzIq+RXVTJk4chrd65GeazRp8VFKdOMt3fT+mbI="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [