wechat: 4.0.1.11 -> 4.1.0.10 for {aarch64,x86_64}-linux (#447465)

authored by pyrox.dev and committed by GitHub 21b26b3e e5bdb759

+6 -6
+6 -6
pkgs/by-name/we/wechat/package.nix
··· 45 45 aarch64-darwin = any-darwin; 46 46 x86_64-darwin = any-darwin; 47 47 aarch64-linux = { 48 - version = "4.0.1.11"; 48 + version = "4.1.0.10"; 49 49 src = fetchurl { 50 - url = "https://web.archive.org/web/20250512112413if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage"; 51 - hash = "sha256-Rg+FWNgOPC02ILUskQqQmlz1qNb9AMdvLcRWv7NQhGk="; 50 + url = "https://web.archive.org/web/20250930121708/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage"; 51 + hash = "sha256-qkNLA8nILsIi2ciIzr9pb3PejhbEvZ5fe4GlmjyjrEI="; 52 52 }; 53 53 }; 54 54 x86_64-linux = { 55 - version = "4.0.1.11"; 55 + version = "4.1.0.10"; 56 56 src = fetchurl { 57 - url = "https://web.archive.org/web/20250512110825if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage"; 58 - hash = "sha256-gBWcNQ1o1AZfNsmu1Vi1Kilqv3YbR+wqOod4XYAeVKo="; 57 + url = "https://web.archive.org/web/20250930121506/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage"; 58 + hash = "sha256-d/zdb69gmIcgAFCbWLKGfmD8ZFfuDlYdOy7vUJ7SiXc="; 59 59 }; 60 60 }; 61 61 };