fping: update from 3.4 to 3.8

This commit is contained in:
Nixpkgs Monitor 2013-12-11 09:57:03 +02:00 committed by Evgeny Egorochkin
parent b95f7102ee
commit c584ac123f

View file

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