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 :)
launchpad/nixpkgs/master
Maximilian Bosch 3 years ago
parent 9db4b84cfb
commit 6e4ce70535
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 6
      pkgs/servers/mautrix-whatsapp/default.nix

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

Loading…
Cancel
Save