youtube-dl: 2018.03.03 -> 2018.03.10

Fixes #36843
This commit is contained in:
pjan vandaele 2018-03-12 11:18:59 +09:00 committed by Michael Raskin
parent 29ea34c6db
commit 86f96237ee

View file

@ -16,11 +16,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2018.03.03";
version = "2018.03.10";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1x0m5whrcs7589z8rildgy0zmxfvzbnx89pag7013qvfrpb63858";
sha256 = "1ibmz91anli1vzkgw2i3h4wf1i8arzd74730ylwcwyg3375xryjb";
};
nativeBuildInputs = [ makeWrapper ];