patches: Add mautrix-whatsapp 0.10.1 patch
This commit is contained in:
parent
5016efc122
commit
40f7465cb3
1 changed files with 26 additions and 0 deletions
26
patches/255504.patch
Normal file
26
patches/255504.patch
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix
|
||||||
|
index 3f3de2dc2f163..1a0845e8752d6 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.0";
|
||||||
|
+ version = "0.10.1";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "mautrix";
|
||||||
|
repo = "whatsapp";
|
||||||
|
rev = "v${version}";
|
||||||
|
- hash = "sha256-NbIDVBfh/6NXEvQhypOC5ToOq0EEkKKiMMahGJdXX0g=";
|
||||||
|
+ hash = "sha256-I1qM1hq6bnBgbtfzgWvySairfr+Q6TthMIQM+Mregc8=";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ olm ];
|
||||||
|
|
||||||
|
- vendorHash = "sha256-5S5uq7CRixw6PvtE4xz+AWfS+VsKE4+JVZjfyXmvbsM=";
|
||||||
|
+ vendorHash = "sha256-TH353K6BOTzFC/iPIf1S7rV0DSIxjJEg42ru5H8NbSE=";
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue