dnstop: update from 20110502 to 20121017

This commit is contained in:
Nixpkgs Monitor 2013-12-15 12:21:29 +02:00 committed by Evgeny Egorochkin
parent 53261424c3
commit 84ea06eb99

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libpcap, ncurses }:
stdenv.mkDerivation {
name = "dnstop-20110502";
name = "dnstop-20121017";
src = fetchurl {
url = http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20110502.tar.gz;
sha256 = "0ra3xjf7dwvq5xm6qbqd2al35vigibihy46rsz1860qrn3wycy12";
url = http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20121017.tar.gz;
sha256 = "1xjrz4dzwshfrlc226s390sbwd10j0pl2al09d62955b6xh2vvba";
};
buildInputs = [ libpcap ncurses ];