Unverified Commit 91a9b06a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268107 from chvp/upd/mautrix-whatsapp

mautrix-whatsapp: 0.10.3 -> 0.10.4
parents 1fb96f70 9c929ee9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

buildGoModule rec {
  pname = "mautrix-whatsapp";
  version = "0.10.3";
  version = "0.10.4";

  src = fetchFromGitHub {
    owner = "mautrix";
    repo = "whatsapp";
    rev = "v${version}";
    hash = "sha256-lBseLxxk+3/eoJMdq4muOrA0TgEhwIReGtQO1OzqBFc=";
    hash = "sha256-uouxOXvVbUNRHM83JearPhMTZQtMPEBfWvsVb7QJSO8=";
  };

  buildInputs = [ olm ];

  vendorHash = "sha256-QUZ9x9BDlhoWLvdt8BTIKxHcsclT6arGICeJnOafs1g=";
  vendorHash = "sha256-dgaI/gpngCcVRVK8SK6ac1hmc7/aYLJCnW2CCYRDXy0=";

  doCheck = false;