13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-DqJ/O87LdNXmJNmoBCdAvLod8uDRHlNuMzAv+kEew1w=";
24 cargoHash = "sha256-rfj2rDqO/sMaghpou2TCTfqrUmPxh0qooR6hhqlS4PM=";
34 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
35 darwin.apple_sdk.frameworks.AppKit
36 darwin.apple_sdk.frameworks.Security
44 description = "TUI Git client inspired by Magit";
45 homepage = "https://github.com/altsem/gitu";
46 changelog = "https://github.com/altsem/gitu/blob/${src.rev}/CHANGELOG.md";
47 license = licenses.mit;
48 maintainers = with maintainers; [ evanrichter ];