Merge pull request #58085 from r-ryantm/auto-update/fping

fping: 4.1 -> 4.2
This commit is contained in:
Will Dietz 2019-03-22 13:01:59 -05:00 committed by GitHub
commit 84b7bf85f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "fping-4.1";
name = "fping-4.2";
src = fetchurl {
url = "https://www.fping.org/dist/${name}.tar.gz";
sha256 = "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7";
sha256 = "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx";
};
configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];