8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-CRnAxhkuCTyHR4uQofA51Dm3+YKqm3iwBkFNkbLTv1A=";
19 cargoHash = "sha256-jKY+Ta6lqMBUlqSViKk3W0CiO8oU+ucmleKDYRA54HQ=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.Security
26 description = "Minimal viewer for Termimad";
27 homepage = "https://github.com/Canop/clima";
28 changelog = "https://github.com/Canop/clima/releases/tag/${src.rev}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ figsoda ];
31 mainProgram = "clima";