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
2022-07-19 08:27:50 +00:00

7 lines
213 B
Nix

{fetchgit}:
fetchgit {
url = "https://github.com/mautrix/whatsapp";
rev = "8cc1ad85ba777eb4893cc6275d256b72acd77129";
sha256 = "1rpkxpgzf141m1vmwz73jwgbs9hy74b2p6khz5kvxw52n9g51z5c";
leaveDotGit = true;
}