8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-ADVF+Kb0DDiR3dS43uzhefFFEg1O8IC22i5fmziEp6I=";
19 nativeBuildInputs = [ pkg-config ];
25 cargoHash = "sha256-XBBZ56jvBtYI5J/sSc4ckk/KXzCHNgM9A4jGolGKh2E=";
28 description = "Git Explorer: cross-platform git workflow improvement tool inspired by Magit";
29 homepage = "https://github.com/Piturnah/gex";
30 changelog = "https://github.com/Piturnah/gex/releases/tag/${src.rev}";
31 license = with licenses; [ asl20 /* or */ mit ];
32 maintainers = with maintainers; [ azd325 evanrichter piturnah ];