youtubeDL: 2017.02.27 -> 2017.03.07

This commit is contained in:
Franz Pletz 2017-03-06 22:44:56 +01:00
parent 9256383bc2
commit 3fa2a5dc23
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2017.02.27";
version = "2017.03.07";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "0pcrr1bxxw3aar681gj8n5ms69j54namjlw5bj88crs0nm69kspk";
sha256 = "19acz9m3gazd1ims4l9a9ni1p7jw8z4y0ncqn99xlx9kna8ryjnv";
};
nativeBuildInputs = [ makeWrapper ];
@ -51,6 +51,6 @@ buildPythonApplication rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fuuzetsu ];
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fuuzetsu fpletz ];
};
}