Loading pkgs/tools/security/faraday-cli/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-cli"; version = "2.1.10"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; Loading @@ -15,6 +15,10 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-7Yg2m0xHpBPZ58gJodSYO8vXaxSlr4GK1Lin63WozOE="; }; nativeBuildInputs = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ arrow click Loading Loading
pkgs/tools/security/faraday-cli/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-cli"; version = "2.1.10"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; Loading @@ -15,6 +15,10 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-7Yg2m0xHpBPZ58gJodSYO8vXaxSlr4GK1Lin63WozOE="; }; nativeBuildInputs = with python3.pkgs; [ setuptools ]; propagatedBuildInputs = with python3.pkgs; [ arrow click Loading