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-02 17:51:35 +00:00
rev = "9a6670eb93538cbc82dff878659ae2b33711bc9d";
sha256 = "14xa6kv0y6mlyx20fgli03i02vxghywhp0v7ffvqanzhzbnqxfa6";
2022-06-12 14:28:17 +00:00
leaveDotGit = true;
}