Merge pull request #112781 from Luflosi/update/youtube-dl

youtube-dl: 2021.02.04.1 -> 2021.02.10
This commit is contained in:
Sandro 2021-02-11 17:10:40 +01:00 committed by GitHub
commit 29b5712d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@ buildPythonPackage rec {
# The websites youtube-dl deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2021.02.04.1";
version = "2021.02.10";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0rn8plld2bzmwbcvxxgz3hn24kjyal5kkwbpb5nd4w84mdjkhjqa";
sha256 = "08liybkivqb32nbrzvvlv56yw6418zwmml7p6dbqcivhdgvas1yn";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];