media-downloader 3.3.0 -> 3.4.0 https://repology.org/project/media-downloader/versions attrpath: media-downloader Checking auto update branch... No auto update branch exists Old version 3.3.0" not present in master derivation file with contents: { aria2 , cmake , fetchFromGitHub , ffmpeg , lib , python3 , qtbase , stdenv , wrapQtAppsHook , yt-dlp }: stdenv.mkDerivation (finalAttrs: { pname = "media-downloader"; version = "3.4.0"; src = fetchFromGitHub { owner = "mhogomchungu"; repo = "media-downloader"; rev = finalAttrs.version; hash = "sha256-FTfkVD2uBfCBbP7fjjfG21bOGDVd2j6bhPLHGPm3xh4="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; qtWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ aria2 ffmpeg python3 yt-dlp ]}" ]; meta = { description = "A Qt/C++ GUI front end for yt-dlp and others"; homepage = "https://github.com/mhogomchungu/media-downloader"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ zendo ]; platforms = lib.platforms.linux; }; })