13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-rHlehYdyBYyhP/kFciFW0vmaewtXYuypaHMzqyMDXYA=";
24 cargoHash = "sha256-b0Z1SOprsVe8Sg4X0ooOahE9yrP65CV1otZ3nXFvPHo=";
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 ];