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-20 07:21:45 +00:00
rev = "e5ca572811fa8cd53ee1ebda98d1932d365fa05c";
sha256 = "179q73aa2hyq4wlrn81xpkk1wxl6pijk2p311gzw7px8wkbi5876";
2022-06-12 14:28:17 +00:00
leaveDotGit = true;
}