emacsPackages.git-undo: implement passthru.updateScript

This commit is contained in:
Anderson Torres 2024-07-21 18:50:08 -03:00
parent 8957ac63a2
commit bd9b636c50

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