1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

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

emacsPackages: add updatescripts (packages maintained by @leungbk)
This commit is contained in:
Lin Jian 2024-07-25 00:15:48 +08:00 committed by GitHub
commit a9d497cbbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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";