Merge pull request #52452 from bachp/youtube-dl-2018.12.17

youtube-dl: 2018.11.18 -> 2018.12.17
This commit is contained in:
Franz Pletz 2018-12-17 22:36:58 +00:00 committed by GitHub
commit d186571653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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