Skip to content

Commit

Permalink
vlc: 3.0.7 -> 3.0.8 (security)
Browse files Browse the repository at this point in the history
https://www.videolan.org/security/sb-vlc308.html
I've been using it briefly without any issues; the NEWS seem fairly safe:
https://www.videolan.org/developers/vlc-branch/NEWS

(cherry picked from commit a887fed)
  • Loading branch information
vcunat committed Aug 21, 2019
1 parent b8572d3 commit ec2cacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/vlc/default.nix
Expand Up @@ -21,11 +21,11 @@ assert (withQt5 -> qtbase != null && qtsvg != null && qtx11extras != null);

stdenv.mkDerivation rec {
name = "vlc-${version}";
version = "3.0.7";
version = "3.0.8";

src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/${name}.tar.xz";
sha256 = "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw";
sha256 = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6";
};

# VLC uses a *ton* of libraries for various pieces of functionality, many of
Expand Down

0 comments on commit ec2cacb

Please sign in to comment.