Update dependencies
All checks were successful
Cachix / build (kholinar) (push) Successful in 14m54s
Cachix / build (elendel) (push) Successful in 5m19s
Cachix / build (marabethia) (push) Successful in 8m9s

This commit is contained in:
Charlotte Van Petegem 2025-05-19 11:47:05 +02:00
parent eb6fc56ecb
commit c2cd97cdea
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 22 additions and 49 deletions

View file

@ -1,27 +0,0 @@
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;