Merge pull request #163146 from alyssais/vlc

vlc: 3.0.16 -> 3.0.17

authored by Anderson Torres and committed by GitHub 9a5be8e3 10ebbd63

+2 -7
+2 -7
pkgs/applications/video/vlc/default.nix
··· 82 82 in 83 83 stdenv.mkDerivation rec { 84 84 pname = "${optionalString onlyLibVLC "lib"}vlc"; 85 - version = "3.0.16"; 85 + version = "3.0.17"; 86 86 87 87 src = fetchurl { 88 88 url = "http://get.videolan.org/vlc/${version}/vlc-${version}.tar.xz"; 89 - sha256 = "sha256-/641/GT2JcF1Vx0jRrxfYge+mXYlF/FUI+dPGDmUEPY="; 89 + sha256 = "sha256-SL2b8zeqEHoVJOulfFLcSpHin1qX+97pL2pNupA4PNA="; 90 90 }; 91 91 92 92 # VLC uses a *ton* of libraries for various pieces of functionality, many of ··· 187 187 BUILDCC = "${stdenv.cc}/bin/gcc"; 188 188 189 189 patches = [ 190 - # Required in order to run newer srt plugin. Remove it when next release arrives 191 - (fetchpatch { 192 - url = "https://raw.githubusercontent.com/archlinux/svntogit-packages/4250fe8f28c220d883db454cec2b2c76a07473eb/trunk/vlc-3.0.11.1-srt_1.4.2.patch"; 193 - sha256 = "53poWjZfwq/6l316sqiCp0AtcGweyXBntcLDFPSokHQ="; 194 - }) 195 190 # patches to build with recent live555 196 191 # upstream issue: https://code.videolan.org/videolan/vlc/-/issues/25473 197 192 (fetchpatch {