7 rustPlatform.buildRustPackage rec {
12 inherit pname version;
13 hash = "sha256-x9DekflZoXxH964isWCi6YuV3v/iIyYOuRYVgKaUBx0=";
16 cargoHash = "sha256-73gqk0DjhaLGIEP5VQQlubPomxHQyg4RnY5XTgE7msQ=";
18 nativeBuildInputs = [ pkg-config ];
19 buildInputs = [ openssl ];
22 description = "GitHub contributions calender terminal viewer";
23 homepage = "https://github.com/mrshmllow/gh-cal";
24 license = licenses.mit;
25 maintainers = with maintainers; [ loicreynier ];
26 mainProgram = "gh-cal";