Loading pkgs/tools/security/graphw00f/default.nix +10 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { pname = "graphw00f"; version = "1.1.17"; version = "1.1.18"; format = "other"; src = fetchFromGitHub { owner = "dolevf"; repo = pname; repo = "graphw00f"; rev = "refs/tags/${version}"; hash = "sha256-VeTFwn4PANGoW2Cb/IJ1KJb4YkjjDpaU7DLv0YwRwDU="; hash = "sha256-gM6I3TLCuVKO1dTHl2jrXtmLOv29pTqrV18nGW5TYFY="; }; propagatedBuildInputs = with python3.pkgs; [ requests ]; dependencies = with python3.pkgs; [ requests ]; installPhase = '' runHook preInstall Loading @@ -28,11 +27,12 @@ python3.pkgs.buildPythonApplication rec { runHook postInstall ''; meta = with lib; { description = "GraphQL Server Engine Fingerprinting utility"; mainProgram = "graphw00f"; homepage = "https://github.com/dolevf/graphw00f"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; mainProgram = "graphw00f"; }; } Loading
pkgs/tools/security/graphw00f/default.nix +10 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { pname = "graphw00f"; version = "1.1.17"; version = "1.1.18"; format = "other"; src = fetchFromGitHub { owner = "dolevf"; repo = pname; repo = "graphw00f"; rev = "refs/tags/${version}"; hash = "sha256-VeTFwn4PANGoW2Cb/IJ1KJb4YkjjDpaU7DLv0YwRwDU="; hash = "sha256-gM6I3TLCuVKO1dTHl2jrXtmLOv29pTqrV18nGW5TYFY="; }; propagatedBuildInputs = with python3.pkgs; [ requests ]; dependencies = with python3.pkgs; [ requests ]; installPhase = '' runHook preInstall Loading @@ -28,11 +27,12 @@ python3.pkgs.buildPythonApplication rec { runHook postInstall ''; meta = with lib; { description = "GraphQL Server Engine Fingerprinting utility"; mainProgram = "graphw00f"; homepage = "https://github.com/dolevf/graphw00f"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; mainProgram = "graphw00f"; }; }