Commit 666e126a authored by R. RyanTM's avatar R. RyanTM
Browse files

tcpreplay: 4.5.1 -> 4.5.2

parent 6024b4aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];