Fixing the url for nvi (the older was not available anymore)

svn path=/nixpkgs/branches/stdenv-updates/; revision=23638
This commit is contained in:
Lluís Batlle i Rossell 2010-09-05 05:59:27 +00:00
parent 0a1dcea515
commit cf6f753176

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "nvi-1.79";
src = fetchurl {
url = ftp://ftp.bostic.com/pub/nvi-1.79.tar.gz;
url = http://www.cpan.org/src/misc/nvi-1.79.tar.gz;
sha256 = "0cvf56rbylz7ksny6g2256sjg8yrsxrmbpk82r64rhi53sm8fnvm";
};