{ lib, fetchFromGitHub, rustPlatform, }: rustPlatform.buildRustPackage rec { pname = "tenki"; version = "1.11.0"; src = fetchFromGitHub { owner = "ckaznable"; repo = "tenki"; rev = "v${version}"; hash = "sha256-jd7D0iC3+s3w6uG0WqlvL9F4xQL+cQzsUvAIOc7ORgw="; }; cargoHash = "sha256-jV+KHHAPpsFxNnBaMPE5XYDG4Fhn3a89NBUpZg++YUE="; meta = with lib; { description = "tty-clock with weather effect"; homepage = "https://github.com/ckaznable/tenki"; license = licenses.mit; maintainers = with maintainers; [ iynaix ]; mainProgram = "tenki"; }; }