Merge pull request #67869 from xrelkd/update/youtube-dl

youtube-dl: 2019.08.13 -> 2019.09.01
This commit is contained in:
worldofpeace 2019-09-01 03:22:21 -04:00 committed by GitHub
commit 7d5375ebf4
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.08.13";
version = "2019.09.01";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "0b94hrhbqa7jhn91pxsbphg2ylwkpkknb2y4v4sczp7rjvgmjgdj";
sha256 = "0jbby0x5krww1acc8qxhmmwg0dsqmj6yjnynfm7r6k3rxbvlydqr";
};
nativeBuildInputs = [ makeWrapper ];