Unverified Commit a9d497cb authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

Merge pull request #329670 from atorres1985-contrib/elisp-updatescript-leungbk

emacsPackages: add updatescripts (packages maintained by @leungbk)
parents d935c9c6 31aa0736
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  markdown-mode,
  melpaBuild,
  unstableGitUpdater,
}:

melpaBuild {
@@ -22,6 +23,8 @@ melpaBuild {
    markdown-mode
  ];

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };

  meta = {
    homepage = "https://github.com/Somelauw/evil-markdown";
    description = "Integrates Emacs evil and markdown";
+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-cVkK9EF6qQyVV3uVqnBEjF8e9nEx/8ixnM8PvxqCyYE=";
  };

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };

  meta = {
    homepage = "https://github.com/jwiegley/git-undo-el";
    description = "Revert region to most recent Git-historical version";
+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";