Merge pull request #281043 from SuperSandro2000/vlc-ffmpeg

vlc: use current ffmpeg, update meta.homepage to https

authored by Nick Cao and committed by GitHub 38896dff a3ebfad1

+4 -4
+4 -4
pkgs/applications/video/vlc/default.nix
··· 11 11 , avahi 12 12 , dbus 13 13 , faad2 14 - , ffmpeg_4 14 + , ffmpeg 15 15 , flac 16 16 , fluidsynth 17 17 , freefont_ttf ··· 105 105 version = "3.0.20"; 106 106 107 107 src = fetchurl { 108 - url = "http://get.videolan.org/vlc/${finalAttrs.version}/vlc-${finalAttrs.version}.tar.xz"; 108 + url = "https://get.videolan.org/vlc/${finalAttrs.version}/vlc-${finalAttrs.version}.tar.xz"; 109 109 hash = "sha256-rccoW00nIc3fQOtScMraKqoQozTLVG/VWgY1NEe6KbU="; 110 110 }; 111 111 ··· 136 136 avahi 137 137 dbus 138 138 faad2 139 - ffmpeg_4 139 + ffmpeg 140 140 flac 141 141 fluidsynth 142 142 fribidi ··· 287 287 288 288 meta = { 289 289 description = "Cross-platform media player and streaming server"; 290 - homepage = "http://www.videolan.org/vlc/"; 290 + homepage = "https://www.videolan.org/vlc/"; 291 291 license = lib.licenses.lgpl21Plus; 292 292 maintainers = with lib.maintainers; [ AndersonTorres ]; 293 293 platforms = lib.platforms.linux;