mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
dnstop: update from 20110502 to 20121017
This commit is contained in:
parent
53261424c3
commit
84ea06eb99
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue