youtubeDL: 2018.02.22 -> 2018.03.03

This commit is contained in:
Franz Pletz 2018-03-05 15:55:55 +01:00
parent ee6394bbba
commit 830ccafedc
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

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