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:
parent
bc138f407f
commit
ba8c116519
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user