12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "lusingander";
20 hash = "sha256-RP9Tv6IrDfawjXCQp0nB0nd7b6IwkdykHcEfGEguFHo=";
23 cargoHash = "sha256-HxIyWlFKDRod5nSENZguNYz/vn+E9Ux0K3dMhX7I/zQ=";
25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
26 with darwin.apple_sdk.frameworks;
33 nativeCheckInputs = [ gitMinimal ];
35 passthru.tests.version = testers.testVersion { package = serie; };
38 description = "A rich git commit graph in your terminal, like magic";
39 homepage = "https://github.com/lusingander/serie";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ matthiasbeyer ];
42 mainProgram = "serie";