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