mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7

ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.7

Not a functional change as I already included all the fixes in my
previous bump, but I think it's better to use a stable tag by default to
build :)

(cherry picked from commit 6e4ce705350a2adf5a14bc2a9a830d87f03c1ee5)
This commit is contained in:
Maximilian Bosch 2021-06-15 22:09:08 +02:00 committed by github-actions[bot]
parent c0c5925832
commit f6ed1a99f4
1 changed files with 3 additions and 3 deletions

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 ];