wechat: 4.0.6.17-29381 -> 4.0.6.19-29383 for darwin (#423704)

This commit is contained in:
Aleksana 2025-07-09 20:40:34 +08:00 committed by GitHub
commit 1784a93267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,13 +28,18 @@ let
sources =
let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin = {
version = "4.0.6.17-29381";
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.0.6.17_29381.dmg";
hash = "sha256-Fv5UYZ5+WfHvs+V3yiLSQitj++3WU+0GJsnIdlwB+TE=";
any-darwin =
let
version = "4.0.6.19-29383";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-HloG++DGzsxM7C0AbN4PXkkzFdhUhBDcH5Vq+bTUuEE=";
};
};
};
in
{
aarch64-darwin = any-darwin;