tcpreplay: 4.4.1 -> 4.4.2

This commit is contained in:
R. Ryantm 2022-08-29 01:24:28 +00:00
parent cef50cde2b
commit 0ec9c55a3d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tcpreplay";
version = "4.4.1";
version = "4.4.2";
src = fetchurl {
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
sha256 = "sha256-y2e2SRphiGf8T5hI9YYBnxuy69FJ85OvrFVE7lXkVE8=";
sha256 = "sha256-Wycs2Dtn1iiKI06hX4ns2TtPrdpl7dxE57X8svOVthU=";
};
buildInputs = [ libpcap ]