about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdvdnav
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/libdvdnav
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/libdvdnav')
-rw-r--r--pkgs/development/libraries/libdvdnav/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libdvdnav/default.nix b/pkgs/development/libraries/libdvdnav/default.nix
index fe625aa69e12c..5c931f4d6f4c6 100644
--- a/pkgs/development/libraries/libdvdnav/default.nix
+++ b/pkgs/development/libraries/libdvdnav/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "5.0.3";
 
   src = fetchurl {
-    url = "http://download.videolan.org/pub/videolan/libdvdnav/${version}/libdvdnav-${version}.tar.bz2";
+    url = "http://get.videolan.org/libdvdnav/${version}/${name}.tar.bz2";
     sha256 = "5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d";
   };