12 pname = "mautrix-discord";
15 src = fetchFromGitHub {
19 hash = "sha256-N6CepP+P63TIKKi6FQLJEuV5hFtiv1CcBM+1Y/QPZrI=";
22 vendorHash = "sha256-QdH98NA5Y9YKkvL8Gq8ChgvHFOyOBFXDDulxwql6v5c=";
29 buildInputs = [ olm ];
34 updateScript = nix-update-script { };
35 tests.version = testers.testVersion {
36 package = mautrix-discord;
41 description = "Matrix-Discord puppeting bridge";
42 homepage = "https://github.com/mautrix/discord";
43 changelog = "https://github.com/mautrix/discord/blob/${src.rev}/CHANGELOG.md";
44 license = licenses.agpl3Only;
45 maintainers = with maintainers; [ MoritzBoehme ];
46 mainProgram = "mautrix-discord";