11 version = "2.0.0-unstable-2023-12-29";
13 src = fetchFromGitHub {
16 rev = "d232b05149564701ca3a21cd1a07be2540266cb2";
17 hash = "sha256-puSHbrzxTUebK1qRdWh71jY/f7TKgONS45T7PcZcy00=";
20 vendorHash = "sha256-bmGRVTjleAFS5GGf2i/zN8k3SBtaEc3RbKSVZyF6eN4=";
28 wrapProgram $out/bin/fac \
29 --prefix PATH : ${lib.makeBinPath [ git ]}
31 # Install man page, not installed by default
32 installManPage assets/doc/fac.1
36 changelog = "https://github.com/mkchoi212/fac/releases/tag/v${version}";
37 description = "CUI for fixing git conflicts";
38 homepage = "https://github.com/mkchoi212/fac";
39 license = lib.licenses.mit;
41 maintainers = with lib.maintainers; [ ];