Loading pkgs/development/python-modules/wfuzz/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ legacy-cgi, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "wfuzz"; version = "3.1.1"; pyproject = true; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "xmendez"; repo = "wfuzz"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-OYMZHo0ujRzwOcE+EKRNPxffxVbbiMHe+AqBz7q/u2A="; }; Loading Loading @@ -75,7 +75,7 @@ buildPythonPackage rec { ''; meta = { changelog = "https://github.com/xmendez/wfuzz/releases/tag/${src.tag}"; changelog = "https://github.com/xmendez/wfuzz/releases/tag/${finalAttrs.src.tag}"; description = "Web content fuzzer to facilitate web applications assessments"; longDescription = '' Wfuzz provides a framework to automate web applications security assessments Loading @@ -86,4 +86,4 @@ buildPythonPackage rec { license = with lib.licenses; [ gpl2Only ]; maintainers = with lib.maintainers; [ pamplemousse ]; }; } }) Loading
pkgs/development/python-modules/wfuzz/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ legacy-cgi, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "wfuzz"; version = "3.1.1"; pyproject = true; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "xmendez"; repo = "wfuzz"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-OYMZHo0ujRzwOcE+EKRNPxffxVbbiMHe+AqBz7q/u2A="; }; Loading Loading @@ -75,7 +75,7 @@ buildPythonPackage rec { ''; meta = { changelog = "https://github.com/xmendez/wfuzz/releases/tag/${src.tag}"; changelog = "https://github.com/xmendez/wfuzz/releases/tag/${finalAttrs.src.tag}"; description = "Web content fuzzer to facilitate web applications assessments"; longDescription = '' Wfuzz provides a framework to automate web applications security assessments Loading @@ -86,4 +86,4 @@ buildPythonPackage rec { license = with lib.licenses; [ gpl2Only ]; maintainers = with lib.maintainers; [ pamplemousse ]; }; } })