youtubeDL: 2018.11.07 -> 2018.11.18

This commit is contained in:
Franz Pletz 2018-11-22 13:36:32 +01:00
parent 4102113a0b
commit c826315257
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -19,11 +19,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 = "2018.11.07";
version = "2018.11.18";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1rvc2m2kbm2kycqsa7fkcg5gql9f0w3hn1a7jg48zzl06ayggxk9";
sha256 = "1wvvwyvxg9aadgpbcz0p6nzqmvnxzlbsqja3j6487l41s1ky1fyq";
};
nativeBuildInputs = [ makeWrapper ];