Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-04-10 12:13:27 +02:00
697 changed files with 10696 additions and 8013 deletions
@@ -2,13 +2,13 @@
buildPerlPackage rec {
pname = "WWW-YoutubeViewer";
version = "3.3.0";
version = "3.7.5";
src = fetchFromGitHub {
owner = "trizen";
repo = "youtube-viewer";
rev = version;
sha256 = "15xyrwv08fw8jmpydwzks26ipxnzliwddgyjcfqiaj0p7lwlhmx1";
sha256 = "1caz56sxy554avz2vdv9gm7gyqcq0gyixzrh5v9ixmg6vxif5d4f";
};
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;