yt-dlp: 2021.08.02 -> 2021.08.10

This commit is contained in:
Sandro Jäckel 2021-08-24 11:10:27 +02:00 committed by Roosembert Palacios
parent 035e4a2462
commit 8cc518e2a1
No known key found for this signature in database
GPG Key ID: CAAAECE5C2242BB7

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, buildPythonPackage { lib, buildPythonPackage
, zip, ffmpeg, rtmpdump, phantomjs2, atomicparsley, pycryptodome, pandoc , zip, ffmpeg, rtmpdump, phantomjs2, atomicparsley, pycryptodome, pandoc
, fetchFromGitHub , fetchFromGitHub
, websockets, mutagen , websockets, mutagen
@ -13,13 +13,13 @@ buildPythonPackage rec {
# The websites yt-dlp deals with are a very moving target. That means that # The websites yt-dlp deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported # downloads break constantly. Because of that, updates should always be backported
# to the latest stable release. # to the latest stable release.
version = "2021.08.02"; version = "2021.08.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yt-dlp"; owner = "yt-dlp";
repo = "yt-dlp"; repo = "yt-dlp";
rev = version; rev = version;
sha256 = "QEJKOZGVQNXLU8GfTbwBx2Zv3KO++ozTJcXLWxXA4hI="; sha256 = "sha256-8mOjIvbC3AFHCXKV5G66cFy7SM7sULzM8czXcqQKbms=";
}; };
nativeBuildInputs = [ installShellFiles makeWrapper ]; nativeBuildInputs = [ installShellFiles makeWrapper ];