mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
libffi: swap src URL from FTP to HTTPS
HTTPS is never worse and often better than FTP, since it's faster, more secure, and more likely to be accessible through firewalls. This does not change the tarball sha, as confirmed by `nix-prefetch-url`.
This commit is contained in:
parent
aad3176fc3
commit
08c75aaedc
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libffi-3.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://sourceware.org/pub/libffi/${name}.tar.gz";
|
||||
url = "https://sourceware.org/pub/libffi/${name}.tar.gz";
|
||||
sha256 = "0dya49bnhianl0r65m65xndz6ls2jn1xngyn72gd28ls3n7bnvnh";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user