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-09-23 01:00:28 +00:00
rev = "f0401ee81e2e71262498d4e34e25c141b5b92acd";
sha256 = "0k9qhfd6h3br1l6yqm1ps7gvrfz84xxdw6x8y3h9wvbmc3ym2g6y";
2022-06-12 14:28:17 +00:00
leaveDotGit = true;
}