10 rustPlatform.buildRustPackage rec {
11 pname = "matrix-commander-rs";
14 src = fetchFromGitHub {
16 repo = "matrix-commander-rs";
17 rev = "refs/tags/v${version}";
18 hash = "sha256-aecmd7LtHowH+nqLcRNDSfAxZDKtBTrG1KNyRup8CYI=";
21 cargoHash = "sha256-2biUWLWE0XtmB79yxFahQqLmqwH/6q50IhkcbUrBifU=";
29 ] ++ lib.optionals stdenv.isDarwin [
30 darwin.apple_sdk.frameworks.Security
34 description = "CLI-based Matrix client app for sending and receiving";
35 homepage = "https://github.com/8go/matrix-commander-rs";
36 changelog = "https://github.com/8go/matrix-commander-rs/releases/tag/v${version}";
37 license = licenses.gpl3Only;
38 maintainers = with maintainers; [ fab ];
39 mainProgram = "matrix-commander-rs";