youtubeDL: 2018.08.04 -> 2018.08.28

This commit is contained in:
Franz Pletz 2018-08-30 23:12:40 +02:00
parent 647b5b1a29
commit 678695fde5
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "youtube-dl";
version = "2018.08.04";
version = "2018.08.28";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
sha256 = "1hcx99qbbyigc8k98c8bcc6a2wnhq6493fmrkl7rysc8krlxr0pm";
sha256 = "1swdp4czvm0752psbi8a4qw5i9x18s7nhivh7iw92274pmqxq9wi";
};
nativeBuildInputs = [ makeWrapper ];