tcpreplay: 4.3.1 -> 4.3.2 (#58898)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tcpreplay/versions
This commit is contained in:
R. RyanTM 2019-04-07 07:22:55 -07:00 committed by xeji
parent 40e1f60ad0
commit 50f763b21b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tcpreplay-${version}";
version = "4.3.1";
version = "4.3.2";
src = fetchurl {
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
sha256 = "0d2ywaxq0iaa1kfhgsfhsk1c4w4lakxafsw90dn4m6k82486dflm";
sha256 = "0ld9v88g5xs2rykimksmhlkwbv2r97575c4aqmqdxbvc37crnisg";
};
buildInputs = [ libpcap ];