anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / editors / emacs / elisp-packages / manual-packages / emacs-conflict / package.nix
blobfea6905e6f31fac7e55b6f9e756bc95b329d0acc
2   lib,
3   fetchFromGitHub,
4   melpaBuild,
5   unstableGitUpdater,
6 }:
8 melpaBuild {
9   pname = "emacs-conflict";
10   version = "0-unstable-2022-11-21";
12   src = fetchFromGitHub {
13     owner = "ibizaman";
14     repo = "emacs-conflict";
15     rev = "9f236b93930f3ceb4cb0258cf935c99599191de3";
16     hash = "sha256-DIGvnotSQYIgHxGxtyCALHd8ZbrfkmdvjLXlkcqQ6v4=";
17   };
19   passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
21   meta = {
22     homepage = "https://github.com/ibizaman/emacs-conflict";
23     description = "Resolve conflicts happening when using file synchronization tools";
24     license = lib.licenses.gpl3Plus;
25     maintainers = with lib.maintainers; [ ibizaman ];
26   };