Merge pull request #258946 from r-ryantm/auto-update/media-downloader

media-downloader: 3.3.0 -> 3.4.0
This commit is contained in:
maxine 2023-10-09 18:41:42 +02:00 committed by GitHub
commit 40ca853eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "media-downloader";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "mhogomchungu";
repo = "media-downloader";
rev = finalAttrs.version;
hash = "sha256-UmNaosunkNUTm4rsf4q29H+0cJAccUDx+ulcS2octIo=";
hash = "sha256-FTfkVD2uBfCBbP7fjjfG21bOGDVd2j6bhPLHGPm3xh4=";
};
nativeBuildInputs = [
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
];
meta = {
description = "A Qt/C++ GUI front end to youtube-dl";
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 ];