Merge pull request #5398 from matejc/vlcurl

vlc: change url
This commit is contained in:
Domen Kožar 2014-12-19 15:49:06 +01:00
commit b8b8e80c87
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};