From 02e6a5fd123f53d856b7e403c286f30df95ccba7 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Mon, 10 Jun 2019 06:54:47 -0500 Subject: 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) --- pkgs/applications/video/vlc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix index 7f1233a4e04e..c9fc11e889df 100644 --- a/pkgs/applications/video/vlc/default.nix +++ b/pkgs/applications/video/vlc/default.nix @@ -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 -- cgit 1.4.1