Merge pull request #171399 from dtzWill/update/vlc-3.0.17.3

vlc: 3.0.17 -> 3.0.17.3
main
Anderson Torres 2 years ago committed by GitHub
commit 31d2b31c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/video/vlc/default.nix

@ -82,11 +82,11 @@ let
in
stdenv.mkDerivation rec {
pname = "${optionalString onlyLibVLC "lib"}vlc";
version = "3.0.17";
version = "3.0.17.3";
src = fetchurl {
url = "http://get.videolan.org/vlc/${version}/vlc-${version}.tar.xz";
sha256 = "sha256-SL2b8zeqEHoVJOulfFLcSpHin1qX+97pL2pNupA4PNA=";
sha256 = "sha256-b36Q74lz0x2W3mTbgXFz40UVCClxepQISxu4MhzeIBQ=";
};
# VLC uses a *ton* of libraries for various pieces of functionality, many of

Loading…
Cancel
Save