[Backport release-25.05] wechat: 4.0.6.25-29387 -> 4.1.0.19-29668 for darwin (#435197)

This commit is contained in:
Weijia Wang
2025-08-20 10:36:05 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ stdenvNoCC.mkDerivation {
# dmg is APFS formatted
nativeBuildInputs = [ _7zz ];
# ERROR: Dangerous link path was ignored : WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Libraries/xfile/libxfile_skia.dylib : ../xeditor/libxeditor_app.dylib
unpackCmd = ''
7zz x -snld "$curSrc"
'';
sourceRoot = ".";
installPhase = ''

View File

@@ -30,14 +30,14 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin =
let
version = "4.0.6.25-29387";
version = "4.1.0.19-29668";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-vdeUUJdbIxT8tX5Xo9QIzbWTwRjtSXwrNoImMwt5xkY=";
hash = "sha256-EAKfskB3zY4C05MVCoyxzW6wuRw8b2nXIynyEjx8Rvw=";
};
};
in