3
0
Fork 0
forked from mirrors/nixpkgs

Updating ntp

svn path=/nixpkgs/trunk/; revision=30290
This commit is contained in:
Lluís Batlle i Rossell 2011-11-07 15:07:19 +00:00
parent cf77f59ce9
commit 74ef91cfae

View file

@ -3,11 +3,11 @@
assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
name = "ntp-4.2.6p2";
name = "ntp-4.2.6p4";
src = fetchurl {
url = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${name}.tar.gz";
sha256 = "1n79scfvgjk8hn1fr4q2kkk6xm83k68r4p488ai09nm20dwqp2a2";
sha256 = "1ww1hpy0yfmj13vs46d80hs48hy8ig6kn6p6d8q2syym02khxhyy";
};
configureFlags = ''