3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #61264 from xrelkd/update/youtube-dl

youtube-dl: 2019.04.30 -> 2019.05.11
This commit is contained in:
worldofpeace 2019-05-12 16:07:00 -04:00 committed by GitHub
commit 5b49567b0f
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 = "2019.04.30";
version = "2019.05.11";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1s43adnky8ayhjwmgmiqy6rmmygd4c23v36jhy2lzr2jpn8l53z1";
sha256 = "1y272jgdqwhf2njzqfln80zb2pmw83rvp6lxza6wghb7cld249j1";
};
nativeBuildInputs = [ makeWrapper ];