wechat: 4.1.4.17-31268 -> 4.1.5.11-31899 for darwin (#461513)

This commit is contained in:
Aleksana
2025-11-15 04:56:47 +00:00
committed by GitHub
+2 -2
View File
@@ -30,14 +30,14 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin =
let
version = "4.1.4.17-31268";
version = "4.1.5.11-31899";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-kGIkNtHWsJVeWQ1cKKoOQX2wN8iKihoS2bnghHDP73Y=";
hash = "sha256-uBOjBrUH2kTxSMJjycHynCN/FZqxphzp3zkgouiJp+o=";
};
};
in