mesa-glu: use HTTPS instead of FTP

FTP is often blocked by firewalls and is generally slower and less secure than HTTPS.

No change to `src` hash.
This commit is contained in:
Benjamin Hipple 2020-04-17 11:35:16 -04:00
parent bc138f407f
commit ba8c116519

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "9.0.1";
src = fetchurl {
url = "ftp://ftp.freedesktop.org/pub/mesa/${pname}/${pname}-${version}.tar.xz";
url = "https://mesa.freedesktop.org/archive/${pname}/${pname}-${version}.tar.xz";
sha256 = "1g2m634p73mixkzv1qz1d0flwm390ydi41bwmchiqvdssqnlqnpv";
};