mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #40823 from r-ryantm/auto-update/youtube-dl
python27Packages.youtube-dl: 2018.05.09 -> 2018.05.18
This commit is contained in:
commit
a48088769f
|
@ -16,11 +16,11 @@ with stdenv.lib;
|
|||
buildPythonApplication rec {
|
||||
|
||||
pname = "youtube-dl";
|
||||
version = "2018.05.09";
|
||||
version = "2018.05.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "0sl4bi2jls3417rd62awbqdq1b6wskkjbfwpnyw4a61qarfxid1d";
|
||||
sha256 = "11r0hv6885w8k4m307kvf9545vr5a3ym9bf7szghvbcgmgc8lm5w";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue