invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftp
FTP URL's should use ftp.invisible-island.net.
This commit is contained in:
@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://invisible-island.net/byacc/${name}.tgz"
|
||||
"http://invisible-mirror.net/archives/byacc/${name}.tgz"
|
||||
"ftp://ftp.invisible-island.net/byacc/${name}.tgz"
|
||||
"https://invisible-mirror.net/archives/byacc/${name}.tgz"
|
||||
];
|
||||
sha256 = "90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user