Add mautrix-whatsapp 0.12.2 patch
This commit is contained in:
parent
d2ebda97f2
commit
7dbeaed69c
1 changed files with 27 additions and 0 deletions
27
patches/417310.patch
Normal file
27
patches/417310.patch
Normal file
|
@ -0,0 +1,27 @@
|
|||
diff --git a/pkgs/by-name/ma/mautrix-whatsapp/package.nix b/pkgs/by-name/ma/mautrix-whatsapp/package.nix
|
||||
index b38f13c39c4e5b..ccf7bf9138d9ff 100644
|
||||
--- a/pkgs/by-name/ma/mautrix-whatsapp/package.nix
|
||||
+++ b/pkgs/by-name/ma/mautrix-whatsapp/package.nix
|
||||
@@ -14,19 +14,19 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "mautrix-whatsapp";
|
||||
- version = "0.12.1";
|
||||
+ version = "0.12.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mautrix";
|
||||
repo = "whatsapp";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-WZPmSIkRSCrI1krIWJ2abVw1t81vjcqewTdx0W2aD+Q=";
|
||||
+ hash = "sha256-Es6RWUo/e25wYGIz6feVNXIQbMCDPl1iZoKT3x8vHtA=";
|
||||
};
|
||||
|
||||
buildInputs = lib.optional (!withGoolm) olm;
|
||||
tags = lib.optional withGoolm "goolm";
|
||||
|
||||
- vendorHash = "sha256-jgwi0ENJ064gWJWyvlSlaEicC+NAtn0Tdbnu6mzmLoE=";
|
||||
+ vendorHash = "sha256-/R6MI6egGV1E1YzKcxBSOb2z97kA1HCK5GdMgfR1vSM=";
|
||||
|
||||
doCheck = false;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue