This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/matrix/mautrix-discord/source.nix

8 lines
212 B
Nix
Raw Normal View History

2022-07-20 08:36:55 +00:00
{fetchgit}:
fetchgit {
url = "https://github.com/mautrix/discord";
2022-08-22 01:02:17 +00:00
rev = "92c5407359e18500d3090cbca460781e86c88726";
sha256 = "0y9z4mhrvmw23mqj3g6gzqpz798hynwm11263zg3mmxcvrql5183";
2022-07-20 08:36:55 +00:00
leaveDotGit = true;
}