youtubeDL: 2017.12.31 -> 2017.01.14

This commit is contained in:
Franz Pletz 2018-01-13 23:04:19 +01:00
parent 1a54596d50
commit 5c76e6cbae
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 = "2017.12.31";
version = "2018.01.14";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "0cq10ii96lpq3z7l1js0s59sqb4h4yqwdqinl2yf7cdjynvj62xi";
sha256 = "0pl7ja7xg47mns96s65d534hq4y9n6d5xmhj3n2b9nylfshdpzbb";
};
nativeBuildInputs = [ makeWrapper ];