1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

youtubeDL: 2017.03.07 -> 2017.03.10

This commit is contained in:
Franz Pletz 2017-03-11 10:19:23 +01:00
parent 70b174d79d
commit 7dfea0a84a
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -14,11 +14,11 @@ with stdenv.lib;
buildPythonApplication rec {
name = "youtube-dl-${version}";
version = "2017.03.07";
version = "2017.03.10";
src = fetchurl {
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
sha256 = "19acz9m3gazd1ims4l9a9ni1p7jw8z4y0ncqn99xlx9kna8ryjnv";
sha256 = "0ccrwhgycz17xmsdsd0rsv7khhp1z7dnwp7fkxx7dxbivjf0h0a4";
};
nativeBuildInputs = [ makeWrapper ];