Commit 31aa0736 authored by Anderson Torres's avatar Anderson Torres
Browse files

emacsPackages.youtube-dl: implement passthru.updateScript

parent bd9b636c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  fetchFromGitHub,
  melpaBuild,
  unstableGitUpdater,
}:

melpaBuild {
@@ -15,6 +16,8 @@ melpaBuild {
    hash = "sha256-Etl95rcoRACDPjcTPQqYK2L+w8OZbOrTrRT0JadMdH4=";
  };

  passthru.updateScript = unstableGitUpdater { };

  meta = {
    description = "Emacs youtube-dl download manager";
    homepage = "https://github.com/skeeto/youtube-dl-emacs";