youtube-dl: 2020.05.08 -> 2020.05.29

https://github.com/ytdl-org/youtube-dl/releases/tag/2020.05.29
This commit is contained in:
Luflosi 2020-05-29 00:35:24 +02:00
parent 354798437a
commit cd0b121d4b
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

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 = "2020.05.08";
version = "2020.05.29";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "16zxa8ss2rka7cvkqyi67s8i1h9f4nxx88w9vjbxchbga6w0scc6";
sha256 = "111ganbfi76ipfq5gjgamjbqd7m8l4lim9wwmfnc04bzvwqqzfi3";
};
nativeBuildInputs = [ installShellFiles makeWrapper ];