Merge pull request #209456 from r-ryantm/auto-update/tcpreplay
tcpreplay: 4.4.2 -> 4.4.3
This commit is contained in:
commit
08bd1559ae
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tcpreplay";
|
||||
version = "4.4.2";
|
||||
version = "4.4.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
|
||||
sha256 = "sha256-Wycs2Dtn1iiKI06hX4ns2TtPrdpl7dxE57X8svOVthU=";
|
||||
sha256 = "sha256-IWMxaS4QwS1/JXlF53eSjXm9CREX8+T/tbMS6yygv3w=";
|
||||
};
|
||||
|
||||
buildInputs = [ libpcap ]
|
||||
|
|
Loading…
Reference in a new issue