patches: Add mautrix-whatsapp 0.12.1 patch
Some checks failed
Cachix / build (elendel) (push) Successful in 3m13s
Cachix / build (kholinar) (push) Successful in 6m2s
Cachix / build (marabethia) (push) Failing after 5m58s

This commit is contained in:
Charlotte Van Petegem 2025-05-16 16:18:11 +02:00
parent 4b63405052
commit 38a8380b16
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

27
patches/407611.patch Normal file
View 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 9cfa1eebe5ecf7..b38f13c39c4e5b 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.0";
+ version = "0.12.1";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
- hash = "sha256-V4waFxYmWHBV5H0R3H//hB6pXhYPgRCWkkBwf3EC5bQ=";
+ hash = "sha256-WZPmSIkRSCrI1krIWJ2abVw1t81vjcqewTdx0W2aD+Q=";
};
buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";
- vendorHash = "sha256-CZg0POONweix6CXPnXDprCF7F8BN06awtNCVdJMoPnU=";
+ vendorHash = "sha256-jgwi0ENJ064gWJWyvlSlaEicC+NAtn0Tdbnu6mzmLoE=";
doCheck = false;