youtubeDL: 2017.07.30.1 -> 2017.08.23

This commit is contained in:
Franz Pletz 2017-08-24 20:32:13 +02:00
parent 28967501e9
commit eecd559bf1
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -15,11 +15,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2017.07.30.1";
version = "2017.08.23";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "1m1n5d06xh8hnild6kssiv9yaq2sm7vy0c8h506v3nff7i9wf0a7";
sha256 = "1vq0r37ynnj2hx0ssh3hycg4wzhwch5pphq76swfz76r1klnrich";
};
nativeBuildInputs = [ makeWrapper ];