Skip to content

Commit

Permalink
mautrix-whatsapp: 0.1.4 -> 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Dec 28, 2020
1 parent cd4a0ab commit 1a0c86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mautrix-whatsapp/default.nix
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.1.4";
version = "0.1.5";

src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
rev = "v${version}";
sha256 = "1c77f3ffm6m9j8q9p1hb9i8zrqqpvfkr9ffamly44gs7xddmv9sv";
sha256 = "sha256-RkMgzYu6r30uqUCtCS/FuvJQiTInRYWiWhlTtDQQh5g=";
};

buildInputs = [ olm ];

vendorSha256 = "01yr5321paqifmgzz235lknsa0w4hbs3182y6pxw8hqsvh18c48b";
vendorSha256 = "sha256-p6TW5ACXjqCR5IAVleMEIWYW4SHI1ZRL5KJFZpPc7yU=";

doCheck = false;

Expand Down

0 comments on commit 1a0c86e

Please sign in to comment.