aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libbluray
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-02-07 13:18:48 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-07 13:21:18 +0100
commit1e04d875db7b16348318f53589e92b190e9322ce (patch)
tree73d433a3d3a4cfd5cd27baec8f940d426c643d49 /pkgs/development/libraries/libbluray
parenta538959ca07de128369fcde3e15fdafc9feba863 (diff)
videolan.org sources: prefer http://get.videolan.org
Some of the original URLs were broken now. It seems that set of mirrors is preferred and faster than the others. In the x264 case the source isn't there so http://download.videolan.org is used instead.
Diffstat (limited to 'pkgs/development/libraries/libbluray')
-rw-r--r--pkgs/development/libraries/libbluray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libbluray/default.nix b/pkgs/development/libraries/libbluray/default.nix
index 7d7689bf23ed..08905455d353 100644
--- a/pkgs/development/libraries/libbluray/default.nix
+++ b/pkgs/development/libraries/libbluray/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
name = "${baseName}-${version}";
src = fetchurl {
- url = "ftp://ftp.videolan.org/pub/videolan/${baseName}/${version}/${name}.tar.bz2";
+ url = "http://get.videolan.org/${baseName}/${version}/${name}.tar.bz2";
sha256 = "1sp71j4agcsg17g6b85cqz78pn5vknl5pl39rvr6mkib5ps99jgg";
};