youtube-dl: 2019.06.27 -> 2019.07.02

This commit is contained in:
xrelkd 2019-07-02 10:43:39 +08:00
parent 10dd03e0a3
commit 4f4ae9c156

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.06.27";
version = "2019.07.02";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1kxqiyhhgv0n85jc02kai5i6wdjs1696k88q1phq7ik2y6ky3c7y";
sha256 = "1ci09m2fg23vk92sk3wkg0b2jkph8d06spyn2s3fgr1rwzwazgir";
};
nativeBuildInputs = [ makeWrapper ];