Merge pull request #68520 from roosemberth/ytdl-0912

youtube-dl: 2019.09.01 -> 2019.09.12
This commit is contained in:
worldofpeace 2019-09-11 15:55:06 -04:00 committed by GitHub
commit 68d0a7114f
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 = "2019.09.01";
version = "2019.09.12";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0jbby0x5krww1acc8qxhmmwg0dsqmj6yjnynfm7r6k3rxbvlydqr";
sha256 = "0wmc0rl4l08hnz3agh69ld1pcmjs7czg0d2k7mnnlxhwlwi38w56";
};
nativeBuildInputs = [ makeWrapper ];