fix: update wechat, fix warnings & issues after update

This commit is contained in:
Ryan Yin
2026-02-15 17:51:22 +08:00
parent 11cf7738ca
commit 6fdc5e7fb9
7 changed files with 14 additions and 15 deletions

View File

@@ -18,17 +18,15 @@ let
aarch64-linux = {
version = "4.1.0.13";
src = fetchurl {
# url = "https://web.archive.org/web/20251209092116if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
url = "https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
hash = "sha256-/d5crM6IGd0k0fSlBSQx4TpIVX/8iib+an0VMkWMNdw=";
hash = "";
};
};
x86_64-linux = {
version = "4.1.0.13";
src = fetchurl {
# url = "https://web.archive.org/web/20251219062558if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
url = "https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
hash = "sha256-+r5Ebu40GVGG2m2lmCFQ/JkiDsN/u7XEtnLrB98602w=";
hash = "sha256-Pfl81lNVlMJWyPqFli1Af2q8pRLujcKCjYoILCKDx8U=";
};
};
};