Merge pull request #118714 from zowoq/ytdl

youtube-dl: 2021.04.01 -> 2021.04.07
This commit is contained in:
Sandro 2021-04-07 09:51:53 +02:00 committed by GitHub
commit 5e8de9cc4c
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.04.01";
version = "2021.04.07";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h";
sha256 = "02d51l6gdjr3zhhi7ydf5kzv8dv4jzq0ygja7zb2h9k7hnl0l27m";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];