Commit abd741e3 authored by Gaël James's avatar Gaël James Committed by Masum Reza
Browse files

shell-gpt: 1.4.4 -> 1.4.5

parent 59496508
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [