emacsPackages.youtube-dl: implement passthru.updateScript
This commit is contained in:
parent
bd9b636c50
commit
31aa073686
@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
melpaBuild,
|
melpaBuild,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
@ -15,6 +16,8 @@ melpaBuild {
|
|||||||
hash = "sha256-Etl95rcoRACDPjcTPQqYK2L+w8OZbOrTrRT0JadMdH4=";
|
hash = "sha256-Etl95rcoRACDPjcTPQqYK2L+w8OZbOrTrRT0JadMdH4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Emacs youtube-dl download manager";
|
description = "Emacs youtube-dl download manager";
|
||||||
homepage = "https://github.com/skeeto/youtube-dl-emacs";
|
homepage = "https://github.com/skeeto/youtube-dl-emacs";
|
||||||
|
Loading…
Reference in New Issue
Block a user