Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
youtube-viewer: 3.7.5 -> 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
woffs committed Sep 25, 2020
1 parent 91c74ee commit 2ab6756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/perl-modules/WWW-YoutubeViewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildPerlPackage rec {
pname = "WWW-YoutubeViewer";
version = "3.7.5";
version = "3.7.9";

src = fetchFromGitHub {
owner = "trizen";
repo = "youtube-viewer";
rev = version;
sha256 = "1caz56sxy554avz2vdv9gm7gyqcq0gyixzrh5v9ixmg6vxif5d4f";
sha256 = "16p0sa91h0zpqdpqmy348g6b9qj5f6qrbzrljn157vk00cg6mx18";
};

nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
Expand Down

0 comments on commit 2ab6756

Please sign in to comment.