vlc: 3.0.7 - security!

http://www.jbkempf.com/blog/post/2019/VLC-3.0.7-and-security

NEWS here: https://www.videolan.org/developers/vlc-branch/NEWS
(will likely always point to latest release, FWIW, scroll as needed)
This commit is contained in:
Will Dietz 2019-06-10 06:54:47 -05:00
parent 144f1c2a7d
commit 02e6a5fd12
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -26,11 +26,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null);
stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "3.0.6";
version = "3.0.7";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
sha256 = "1lvyyahv6g9zv7m5g5qinyrwmw47zdsd5ysimb862j7kw15nvh8q";
sha256 = "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw";
};
# VLC uses a *ton* of libraries for various pieces of functionality, many of