* Fix the nvi URL.
svn path=/nixpkgs/trunk/; revision=23621
This commit is contained in:
parent
1df4ff6aae
commit
9b22cac306
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "nvi-1.79";
|
name = "nvi-1.79";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.bostic.com/pub/nvi-1.79.tar.gz;
|
url = "https://sites.google.com/a/bostic.com/external/files/nvi-1.79.tar.gz?attredirects=0";
|
||||||
sha256 = "0cvf56rbylz7ksny6g2256sjg8yrsxrmbpk82r64rhi53sm8fnvm";
|
sha256 = "0cvf56rbylz7ksny6g2256sjg8yrsxrmbpk82r64rhi53sm8fnvm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user