wechat: 4.0.6.19-29383 -> 4.0.6.25-29387 for darwin

(cherry picked from commit 8e82f4fb98)
This commit is contained in:
Sizhe Zhao
2025-07-23 10:26:57 +08:00
committed by github-actions[bot]
parent fbace0e0c7
commit ea11a24887

View File

@@ -30,14 +30,14 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin =
let
version = "4.0.6.19-29383";
version = "4.0.6.25-29387";
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=";
hash = "sha256-vdeUUJdbIxT8tX5Xo9QIzbWTwRjtSXwrNoImMwt5xkY=";
};
};
in