mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
youtubeDL: 2017.02.17 -> 2017.02.24.1
This commit is contained in:
parent
45f3a17785
commit
9c2ac51006
|
@ -14,11 +14,11 @@ with stdenv.lib;
|
|||
buildPythonApplication rec {
|
||||
|
||||
name = "youtube-dl-${version}";
|
||||
version = "2017.02.17";
|
||||
version = "2017.02.24.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://yt-dl.org/downloads/${version}/${name}.tar.gz";
|
||||
sha256 = "06k0g3s0c27f0kwhvm2gpk01q0q0cbhqh09zvh19svl1zc2ky72b";
|
||||
sha256 = "1m2mmnjf7zw0vsbw6vjl8b4p8wa3jdmdzli970cp26awgkq5c15v";
|
||||
};
|
||||
|
||||
buildInputs = [ zip makeWrapper ] ++ optional generateManPage pandoc;
|
||||
|
|
Loading…
Reference in a new issue