about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-12-19 15:22:31 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-12-19 15:22:31 +0100
commiteebc60d7f964007f7bcd9d98135e496263f5bd48 (patch)
treed396872714663a73056f0692de3501c8431f8db3
parent6e728a42ece08c4824cea422d273bc6070a038eb (diff)
downloadnixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar.gz
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar.bz2
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar.lz
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar.xz
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.tar.zst
nixlib-eebc60d7f964007f7bcd9d98135e496263f5bd48.zip
vlc: change url
-rw-r--r--pkgs/applications/video/vlc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index f1d3cf836adb..97cc2f7e0a81 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   version = "2.1.5";
 
   src = fetchurl {
-    url = "http://download.videolan.org/pub/videolan/vlc/${version}/${name}.tar.xz";
+    url = "http://download.videolan.org/vlc/${version}/${name}.tar.xz";
     sha256 = "0whzbn7ahn5maarcwl1yhk9lq10b0q0y9w5pjl9kh3frdjmncrbg";
   };