tcpreplay: 4.5.1 -> 4.5.2 (#437443)

This commit is contained in:
Philip Taron
2025-09-11 19:21:19 +00:00
committed by GitHub

View File

@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "tcpreplay";
version = "4.5.1";
version = "4.5.2";
src = fetchurl {
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
sha256 = "sha256-Leeb/Wfsksqa4v+1BFbdHVP/QPP6cbQixl6AYgE8noU=";
sha256 = "sha256-zP87spRpoEzMIO0LUY4+Q8Sntah2M52UNb/Z23/l0PE=";
};
buildInputs = [ libpcap ];