3
0
Fork 0
forked from mirrors/nixpkgs

youtube-dl: 2017.04.17 -> 2017.04.28

This commit is contained in:
Maximilian Güntner 2017-04-28 20:05:40 +02:00
parent 5c25c33a05
commit 76d8811d8a
No known key found for this signature in database
GPG key ID: 5D667E0FD0397CFF

View file

@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2017.04.17";
version = "2017.04.28";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "0bihcjghrpj8skh216wwb7i2r990f6b7x63m8vdamq5bw317wvrj";
sha256 = "0d3mgf8qxb07b7bjf79ppaxhcl4f47q0zjpshp6y2q0lalfskh3j";
};
nativeBuildInputs = [ makeWrapper ];