Loading pkgs/tools/security/boofuzz/default.nix +4 −2 Original line number Diff line number Diff line { stdenv , lib { lib , stdenv , fetchFromGitHub , python3 }: Loading @@ -7,6 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "boofuzz"; version = "0.4.1"; format = "setuptools"; src = fetchFromGitHub { owner = "jtpereyda"; Loading Loading @@ -50,6 +51,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Network protocol fuzzing tool"; homepage = "https://github.com/jtpereyda/boofuzz"; changelog = "https://github.com/jtpereyda/boofuzz/blob/v${version}/CHANGELOG.rst"; license = with licenses; [ gpl2Plus ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/tools/security/boofuzz/default.nix +4 −2 Original line number Diff line number Diff line { stdenv , lib { lib , stdenv , fetchFromGitHub , python3 }: Loading @@ -7,6 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "boofuzz"; version = "0.4.1"; format = "setuptools"; src = fetchFromGitHub { owner = "jtpereyda"; Loading Loading @@ -50,6 +51,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Network protocol fuzzing tool"; homepage = "https://github.com/jtpereyda/boofuzz"; changelog = "https://github.com/jtpereyda/boofuzz/blob/v${version}/CHANGELOG.rst"; license = with licenses; [ gpl2Plus ]; maintainers = with maintainers; [ fab ]; }; Loading