wechat: 4.1.6.37-33433 -> 4.1.6.47-33480 for darwin

This commit is contained in:
Sizhe Zhao
2026-01-10 15:36:20 +08:00
parent 50ea0f55a7
commit ea18b8a1f5
+2 -2
View File
@@ -30,14 +30,14 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin =
let
version = "4.1.6.37-33433";
version = "4.1.6.47-33480";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-2FWfC0W07fE4PI5H8mZzRfffIzWv0qVCsQaI1C3NDtM=";
hash = "sha256-oEaMi1O6zdCIxPHQt61QYLQMqO+GAFO5d+zHUuJUk9U=";
};
};
in