Merge pull request #326639 from r-ryantm/auto-update/tcpreplay

tcpreplay: 4.4.4 -> 4.5.1
This commit is contained in:
Masum Reza 2024-07-15 09:25:04 +05:30 committed by GitHub
commit 23bc2b9097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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