Skip to content

Commit

Permalink
mesa-glu: use HTTPS instead of FTP
Browse files Browse the repository at this point in the history
FTP is often blocked by firewalls and is generally slower and less secure than HTTPS.

No change to `src` hash.
  • Loading branch information
bhipple committed Apr 17, 2020
1 parent bc138f4 commit ba8c116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/mesa-glu/default.nix
Expand Up @@ -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";
};

Expand Down

0 comments on commit ba8c116

Please sign in to comment.