Skip to content

Commit

Permalink
Merge pull request #126966 from Ma27/bump-mautrix-whatsapp
Browse files Browse the repository at this point in the history
mautrix-whatsapp: 0.1.6 -> unstable-2021-06-15
  • Loading branch information
Ma27 committed Jun 15, 2021
2 parents b3a3377 + 5c7156f commit 25182e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/mautrix-whatsapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.1.6";
version = "unstable-2021-06-15";

src = fetchFromGitHub {
owner = "tulir";
repo = "mautrix-whatsapp";
rev = "v${version}";
sha256 = "sha256-0nwE3+GkJAvz5s8G23TvLVO8ykQK0ZIwEWAaTWHHOuU=";
rev = "d3b9f4f63744398cd2282c1927d02cb5bdb8c474";
sha256 = "sha256-ueqAvfgQDTcNIad9fRCKiRpR0vGUJZbf3EmcJpQ2Y/g=";
};

buildInputs = [ olm ];

vendorSha256 = "sha256-FRXG0HmYfum9G/LYm6oWLLx1ZYQ3Jq7qV/mq6ofN9f5=";
vendorSha256 = "sha256-Iscojrn6wVnweOQV1GvhZ4QjUdTfDLOsCP1hVR4u/b4=";

doCheck = false;

Expand Down

0 comments on commit 25182e0

Please sign in to comment.