lol

youtube-dl: 2015.11.24 -> 2016.01.01

+2 -2
+2 -2
pkgs/tools/misc/youtube-dl/default.nix
··· 14 14 15 15 src = fetchurl { 16 16 url = "http://yt-dl.org/downloads/${meta.version}/${name}.tar.gz"; 17 - sha256 = "cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1"; 17 + sha256 = "0b0pk8h2iswdiyf65c0zcwcad9dm2hid67fnfafj7d3ikp4kfbvk"; 18 18 }; 19 19 20 20 buildInputs = [ makeWrapper zip pandoc ]; ··· 24 24 ''wrapProgram $out/bin/youtube-dl --prefix PATH : "${ffmpeg}/bin"''; 25 25 26 26 meta = with stdenv.lib; { 27 - version = "2015.11.24"; 27 + version = "2016.01.01"; 28 28 homepage = http://rg3.github.io/youtube-dl/; 29 29 repositories.git = https://github.com/rg3/youtube-dl.git; 30 30 description = "Command-line tool to download videos from YouTube.com and other sites";