Merge pull request #84723 from AleXoundOS/youtube-viewer
youtube-viewer: 3.3.0 -> 3.7.5
This commit is contained in:
commit
f6f46e1f1a
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPerlPackage rec {
|
buildPerlPackage rec {
|
||||||
pname = "WWW-YoutubeViewer";
|
pname = "WWW-YoutubeViewer";
|
||||||
version = "3.3.0";
|
version = "3.7.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trizen";
|
owner = "trizen";
|
||||||
repo = "youtube-viewer";
|
repo = "youtube-viewer";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "15xyrwv08fw8jmpydwzks26ipxnzliwddgyjcfqiaj0p7lwlhmx1";
|
sha256 = "1caz56sxy554avz2vdv9gm7gyqcq0gyixzrh5v9ixmg6vxif5d4f";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
|
|
Loading…
Reference in New Issue