Updating the urls where to get nvi from. The previous did not work anymore.
I took some from the list provided by: http://dir.filewatcher.com/d/Perl-CPAN/misc/nvi-1.79.tar.gz.1295401.html svn path=/nixpkgs/trunk/; revision=25140
This commit is contained in:
parent
ae0da179c7
commit
99831841f0
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ stdenv.mkDerivation rec {
|
|||
name = "nvi-1.79";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://sites.google.com/a/bostic.com/external/files/nvi-1.79.tar.gz?attredirects=0";
|
||||
urls =
|
||||
[ "ftp://ftp.eenet.ee/pub/cpan/src/misc/nvi-1.79.tar.gz"
|
||||
"ftp://ftp.saintjoe.edu/pub/CPAN/src/misc/nvi-1.79.tar.gz"
|
||||
"ftp://ftp.free.fr/.mirrors1/ftp.netbsd.org/packages/distfiles/nvi-1.79.tar.gz"
|
||||
];
|
||||
sha256 = "0cvf56rbylz7ksny6g2256sjg8yrsxrmbpk82r64rhi53sm8fnvm";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue