vlc: 2.2.0 -> 2.2.1

This commit is contained in:
William A. Kennington III 2015-05-10 22:34:53 -07:00
parent e3696ed37f
commit f8caa8f940

View File

@ -18,11 +18,11 @@ assert (!withQt5 -> qt4 != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "http://download.videolan.org/vlc/${version}/${name}.tar.xz";
sha256 = "05smn9hqdp7iscc1dj4cxp1mrlad7b50lhlnlqisfzf493i2f2jy";
sha256 = "1jqzrzrpw6932lbkf863xk8cfmn4z2ngbxz7w8ggmh4f6xz9sgal";
};
buildInputs =