patches: Add mautrix-whatsapp 0.10.4 patch
This commit is contained in:
parent
b05c489339
commit
4c1768617f
1 changed files with 26 additions and 0 deletions
26
patches/268107.patch
Normal file
26
patches/268107.patch
Normal 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;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue