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-08-17 09:09:28 +00:00
rev = "a87bb67be9ab314ad8e3788044ca2e6e3d42fe03";
sha256 = "1jix6ln72p57nmayr8xpx8qk4qib53dqnbck3rgafwr6sn0q31c4";
2022-06-12 14:28:17 +00:00
leaveDotGit = true;
}