youtubeDL: 2017.05.29 -> 2017.06.18

This commit is contained in:
Franz Pletz 2017-06-18 22:00:58 +02:00
parent 59634a6639
commit f8d79426fa
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.05.29";
version = "2017.06.18";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "11zh0h4hwwx39iv6qbkqbvf5a5mgj71ngj2kp7zmq7g0qh37x9rx";
sha256 = "16az9rwr71hvs2z2xagnk71xqs7si0nb8rkn63r7pfv4rb134ggm";
};
nativeBuildInputs = [ makeWrapper ];