patches: Add mautrix-whatsapp 0.10.4 patch

This commit is contained in:
Charlotte Van Petegem 2023-11-17 13:44:32 +01:00
parent b05c489339
commit 4c1768617f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

26
patches/268107.patch Normal file
View file

@ -0,0 +1,26 @@
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
index 8d201624a64201..566f7d1cabfab6 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.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;