13 src = fetchFromGitHub {
17 sha256 = "sha256-FiY9e5FgpPu+K8eoO8TsU3xSaSoPPDxYEu0oi/S8Q1w=";
21 # Fix build on arm64-linux, see https://github.com/buger/goreplay/pull/1140
23 url = "https://github.com/buger/goreplay/commit/a01afa1e322ef06f36995abc3fda3297bdaf0140.patch";
24 sha256 = "sha256-w3aVe/Fucwd2OuK5Fu2jJTbmMci8ilWaIjYjsWuLRlo=";
28 vendorHash = "sha256-jDMAtcq3ZowFdky5BdTkVNxq4ltkhklr76nXYJgGALg=";
35 buildInputs = [ libpcap ];
40 homepage = "https://github.com/buger/goreplay";
41 license = lib.licenses.lgpl3Only;
42 description = "Open-source tool for capturing and replaying live HTTP traffic";
43 maintainers = with lib.maintainers; [ lovek323 ];
44 mainProgram = "goreplay";