15 rustPlatform.buildRustPackage {
19 src = fetchFromGitHub {
20 owner = "PurpleBooth";
23 hash = "sha256-Z03FDdlg1IBXHpurKr6RwmtZkaptyeQe+0lgKn/GTTQ=";
26 cargoHash = "sha256-V8TV8RM3T7DYqwNV/r5PkkJVtyAQLdY3BR3sz26phdY=";
28 nativeBuildInputs = [ pkg-config ];
34 ] ++ lib.optionals stdenv.isDarwin [
35 darwin.apple_sdk.frameworks.AppKit
39 LIBGIT2_NO_VENDOR = 1;
43 description = "Minimalist set of hooks to aid pairing and link commits to issues";
44 homepage = "https://github.com/PurpleBooth/git-mit";
45 changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}";
46 license = licenses.cc0;
47 maintainers = with maintainers; [ figsoda ];