patches: Add mautrix-whatsapp 0.10.2 patch
This commit is contained in:
parent
556d4f5919
commit
fdc961215b
1 changed files with 26 additions and 0 deletions
26
patches/256178.patch
Normal file
26
patches/256178.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
|
||||
index 1a0845e8752d6b..e0db6f3c084130 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.1";
|
||||
+ version = "0.10.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mautrix";
|
||||
repo = "whatsapp";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-I1qM1hq6bnBgbtfzgWvySairfr+Q6TthMIQM+Mregc8=";
|
||||
+ hash = "sha256-GWtci/OiipaUFzzha3GvkoKmN1lb9Fg3i+X1ZFkGKtc=";
|
||||
};
|
||||
|
||||
buildInputs = [ olm ];
|
||||
|
||||
- vendorHash = "sha256-TH353K6BOTzFC/iPIf1S7rV0DSIxjJEg42ru5H8NbSE=";
|
||||
+ vendorHash = "sha256-IEBSY61Bjuc42GqQUvChqLayO1hiDEDBxlMoAKJo12E=";
|
||||
|
||||
doCheck = false;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue