wechat: 4.1.7.31-34366 -> 4.1.8.29-36603 for darwin

This commit is contained in:
Sizhe Zhao
2026-03-22 09:37:57 +08:00
parent 6f57233eb2
commit 83dd021f68
+2 -2
View File
@@ -30,14 +30,14 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
any-darwin =
let
version = "4.1.7.31-34366";
version = "4.1.8.29-36603";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-oU1qypU24wiHSdUo8H76A1hxKCDf3I3Fq/4xbNGbjDo=";
hash = "sha256-QwWXDyJjqN2CB1dOZTb5Uv4qU4y8klUlsUS1Ny6M/ac=";
};
};
in