summary refs log tree commit diff
path: root/pkgs/servers/mautrix-whatsapp
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-06-15 18:01:30 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2021-06-15 18:01:30 +0200
commit5c7156faf1c766166d663a68e666678992ca2b2a (patch)
tree0ba8cc5237d77a6546a658a7cef0ac5f8905e114 /pkgs/servers/mautrix-whatsapp
parent0e98d7acabffab8ad05ae46c2a32c7ed624928ef (diff)
downloadnixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar.gz
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar.bz2
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar.lz
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar.xz
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.tar.zst
nixpkgs-5c7156faf1c766166d663a68e666678992ca2b2a.zip
mautrix-whatsapp: 0.1.6 -> unstable-2021-06-15
On `master` there are a few more bugfixes. Most notably, each message
sent by me was marked as "not sent" by WhatsApp for the last four days
until you hit a "Resend" in WhatsApp.

As the update to the latest `master` has solved the issue and being able
to correctly send messages is one of the core features of this package,
I decided to update the package in `nixpkgs` as well.
Diffstat (limited to 'pkgs/servers/mautrix-whatsapp')
-rw-r--r--pkgs/servers/mautrix-whatsapp/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
index 934ce797d50..b1395873934 100644
--- a/pkgs/servers/mautrix-whatsapp/default.nix
+++ b/pkgs/servers/mautrix-whatsapp/default.nix
@@ -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;