mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #268469 from fabaff/boofuzz-bump
boofuzz: 0.4.1 -> 0.4.2
This commit is contained in:
commit
867bb2fa4c
@ -6,16 +6,20 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "boofuzz";
|
||||
version = "0.4.1";
|
||||
format = "setuptools";
|
||||
version = "0.4.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jtpereyda";
|
||||
repo = pname;
|
||||
repo = "boofuzz";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mbxImm5RfYWq1JCCSvvG58Sxv2ad4BOh+RLvtNjQCKE=";
|
||||
hash = "sha256-ffZVFmfDAJ+Qn3hbeHY/CvYgpDLxB+jaYOiYyZqZ7mo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
attrs
|
||||
click
|
||||
@ -42,8 +46,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"TestNoResponseFailure"
|
||||
"TestProcessMonitor"
|
||||
"TestSocketConnection"
|
||||
# SyntaxError: invalid syntax, https://github.com/jtpereyda/boofuzz/issues/663
|
||||
"test_msg_60_bytes"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"test_time_repeater"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user