fping: update from 3.8 to 3.10

This commit is contained in:
Moritz Ulrich 2014-09-04 16:18:11 +02:00
parent 439ebda62a
commit ff3ba48294

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "fping-3.8";
name = "fping-3.10";
src = fetchurl {
url = "http://www.fping.org/dist/${name}.tar.gz";
sha256 = "04iwj4x3wns09wp777mb3kwfi7ypb4m9m73p0s2y699px77hcx67";
sha256 = "1n2psfxgww6wg5rz8rly06xkghgp8lshx2lx6rramrigyd1fhiyd";
};
meta = {