Merge pull request #127023 from NixOS/backport-126988-to-release-21.05

[Backport release-21.05] mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7
This commit is contained in:
Maximilian Bosch 2021-06-16 08:41:54 +02:00 committed by GitHub
commit 25fab5232e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "unstable-2021-06-15";
version = "0.1.7";
src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
rev = "d3b9f4f63744398cd2282c1927d02cb5bdb8c474";
sha256 = "sha256-ueqAvfgQDTcNIad9fRCKiRpR0vGUJZbf3EmcJpQ2Y/g=";
rev = "v${version}";
sha256 = "sha256-PXahSrA+jBWreFhqCp1Ar9yYfIJGJfU2xH88Ax3fdkE=";
};
buildInputs = [ olm ];