about summary refs log tree commit diff
path: root/pkgs/development/libraries/libaacs
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/libaacs
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/libaacs')
-rw-r--r--pkgs/development/libraries/libaacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libaacs/default.nix b/pkgs/development/libraries/libaacs/default.nix
index 119a46bfc31d..e12929e9f696 100644
--- a/pkgs/development/libraries/libaacs/default.nix
+++ b/pkgs/development/libraries/libaacs/default.nix
@@ -15,7 +15,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 = "1s5v075hnbs57995r6lljm79wgrip3gnyf55a0y7bja75jh49hwm";
   };