diff --git a/patches/274933.patch b/patches/274933.patch new file mode 100644 index 00000000..33e6c917 --- /dev/null +++ b/patches/274933.patch @@ -0,0 +1,26 @@ +diff --git a/pkgs/servers/mautrix-whatsapp/default.nix b/pkgs/servers/mautrix-whatsapp/default.nix +index f8e94264858baf..3423985f658406 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.4"; ++ version = "0.10.5"; + + src = fetchFromGitHub { + owner = "mautrix"; + repo = "whatsapp"; + rev = "v${version}"; +- hash = "sha256-uouxOXvVbUNRHM83JearPhMTZQtMPEBfWvsVb7QJSO8="; ++ hash = "sha256-bn9nUTtpaEkzF2SEdCcKG27WQDL7xsgfgA/72wElQqA="; + }; + + buildInputs = [ olm ]; + +- vendorHash = "sha256-dgaI/gpngCcVRVK8SK6ac1hmc7/aYLJCnW2CCYRDXy0="; ++ vendorHash = "sha256-PDUSjza+0SDanQwKYQRuLzsiA/sHjRnG0xpzlzhkm+U="; + + doCheck = false; +