youtube-dl: 2019.07.14 -> 2019.07.16

This commit is contained in:
xrelkd 2019-07-16 10:35:29 +08:00
parent 3a1111b172
commit 3e4e93d728

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.07.14";
version = "2019.07.16";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "000ll06zg0x1mdvpjgfi398xmwvvy845lkf5zwdhkdr1mqfv85a6";
sha256 = "06qd6z9swx8aw9v7vi85q44hmzxgy8wx18a9ljfhx7l7wjpm99ky";
};
nativeBuildInputs = [ makeWrapper ];