youtube-dl: 2019.08.13 -> 2019.09.01

This commit is contained in:
xrelkd 2019-09-01 15:05:56 +08:00
parent 29e7629318
commit cbd74442b7

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 ];