3
0
Fork 0
forked from mirrors/nixpkgs

vlc: 2.2.2 -> 2.2.3

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-24 22:11:45 +02:00
parent 9efd3d444e
commit 709eaaf98e
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -20,11 +20,11 @@ assert (!withQt5 -> qt4 != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "2.2.2";
version = "2.2.3";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
sha256 = "1dazxbmzx2g5570pkg519a7fsj07rdr155kjsw7b9y8npql33lls";
sha256 = "0nxzspnyzlm17imlggi8ypnwiizi0f5wrj3436c3qg7i6mymimxr";
};
# Comment-out the Qt 5.5 version check, as we do apply the relevant patch.