youtube-dl: 2019.07.12 -> 2019.07.14

This commit is contained in:
xrelkd 2019-07-14 09:42:25 +08:00
parent 27b7e11e7f
commit 3a1111b172

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