emacsPackages.emacs-conflict: implement passthru.updateScript

This commit is contained in:
Anderson Torres
2024-07-24 13:26:06 -03:00
parent 997332b081
commit d2c8847331
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -15,6 +16,8 @@ melpaBuild {
hash = "sha256-DIGvnotSQYIgHxGxtyCALHd8ZbrfkmdvjLXlkcqQ6v4=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/ibizaman/emacs-conflict";
description = "Resolve conflicts happening when using file synchronization tools";