about summary refs log tree commit diff
path: root/pkgs/development/libraries/libbdplus
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/libbdplus
parenta538959ca07de128369fcde3e15fdafc9feba863 (diff)
downloadnixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar.gz
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar.bz2
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar.lz
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar.xz
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.tar.zst
nixlib-1e04d875db7b16348318f53589e92b190e9322ce.zip
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/libbdplus')
-rw-r--r--pkgs/development/libraries/libbdplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libbdplus/default.nix b/pkgs/development/libraries/libbdplus/default.nix
index 8cc2e8069320..67428f132495 100644
--- a/pkgs/development/libraries/libbdplus/default.nix
+++ b/pkgs/development/libraries/libbdplus/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   name = "${baseName}-${version}";
 
   src = fetchurl {
-    url = "http://download.videolan.org/pub/videolan/${baseName}/${version}/${baseName}-${version}.tar.bz2";
+    url = "http://get.videolan.org/${baseName}/${version}/${baseName}-${version}.tar.bz2";
     sha256 = "02n87lysqn4kg2qk7d1ffrp96c44zkdlxdj0n16hbgrlrpiwlcd6";
   };