From c5fd298d67068f2840b4202f44db18c6fd8a5642 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 16 Jun 2020 23:11:12 +0200 Subject: [PATCH] vlc: 3.0.8 -> 3.0.11 (security) Includes a security fix for CVE-2020-13428. improved security for stored passwords (from 3.0.9) multiple security fixes, including microdns (from 3.0.9.1) (cherry picked from commit 745245a62a78ec3b13040b9fc947b3943ecc9838) --- pkgs/applications/video/vlc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix index 2396a224d451f..23e62a856ce82 100644 --- a/pkgs/applications/video/vlc/default.nix +++ b/pkgs/applications/video/vlc/default.nix @@ -25,11 +25,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null && wra stdenv.mkDerivation rec { pname = "vlc"; - version = "3.0.8"; + version = "3.0.11"; src = fetchurl { url = "http://get.videolan.org/vlc/${version}/${pname}-${version}.tar.xz"; - sha256 = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6"; + sha256 = "06a9hfl60f6l0fs5c9ma5s8np8kscm4ala6m2pdfji9lyfna351y"; }; # VLC uses a *ton* of libraries for various pieces of functionality, many of