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-whatsapp/source.nix

8 lines
213 B
Nix
Raw Normal View History

2022-06-12 14:28:17 +00:00
{fetchgit}:
2022-06-13 05:53:33 +00:00
fetchgit {
2022-06-12 14:28:17 +00:00
url = "https://github.com/mautrix/whatsapp";
2022-07-07 08:01:58 +00:00
rev = "a548fd717462bed82eaf2e7d67fda22c15b3dfb5";
sha256 = "1l8ng8drwk3q4q95njknp24n4va0ywf4al7r7z1favyjb0768b1r";
2022-06-12 14:28:17 +00:00
leaveDotGit = true;
}