Skip to content

Commit

Permalink
Merge #62945: vlc: 3.0.6 -> 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 11, 2019
2 parents 7cc0c50 + 02e6a5f commit feb949c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/vlc/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit feb949c

Please sign in to comment.