wechat: 4.1.8.106-37335 -> 4.1.13.59-269627 for darwin; 4.1.1.4 -> 4.1.1.8 on linux (#559740)

This commit is contained in:
Sizhe Zhao
2026-09-04 12:41:08 +00:00
committed by GitHub
2 changed files with 19 additions and 9 deletions

View File

@@ -15939,6 +15939,13 @@
github = "langsjo";
githubId = 104687438;
};
larry0x = {
name = "Larry Engineer";
email = "nixpkgs@larry.engineer";
github = "larry0x";
githubId = 26318510;
keys = [ { fingerprint = "BF1C 46E2 93BB 3CC3 7155 56ED 5E02 19E0 2D70 E4E2"; } ];
};
larsr = {
email = "Lars.Rasmusson@gmail.com";
github = "larsr";

View File

@@ -15,7 +15,10 @@ let
downloadPage = "https://linux.weixin.qq.com/en";
license = lib.licenses.unfree;
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
maintainers = with lib.maintainers; [ prince213 ];
maintainers = with lib.maintainers; [
larry0x
prince213
];
mainProgram = "wechat";
platforms = [
"aarch64-darwin"
@@ -28,31 +31,31 @@ let
# https://dldir1.qq.com/weixin/mac/mac-release.xml
aarch64-darwin =
let
version = "4.1.8.106-37335";
version = "4.1.13.59-269627";
version' = lib.replaceString "-" "_" version;
in
{
inherit version;
src = fetchurl {
url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
hash = "sha256-lygjqWbNqh9fCnhbyfEhnRdKdfQ9MOwPv5unqwJJsvE=";
hash = "sha256-45zrtADGKikIfN+BQRMR74Pnmr4VHfXShamWEnOTdOk=";
};
};
# use https://web.archive.org/save to archive the Linux versions
# add `if_` at the end of timestamps to avoid toolbar insertion
# for a more complicated guide, see https://en.wikipedia.org/wiki/Help:Using_the_Wayback_Machine
aarch64-linux = {
version = "4.1.1.4";
version = "4.1.1.8";
src = fetchurl {
url = "https://web.archive.org/web/20260311102559if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
hash = "sha256-YlWJxT62tXDaNwYVpsPMC5elFH8fsbI1HjTQn6ePiPo=";
url = "https://web.archive.org/web/20260818044444if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.AppImage";
hash = "sha256-RLHhac3wSS1C9rx3GsA07Tp1EzxSf2LLBMyPtrECnUY=";
};
};
x86_64-linux = {
version = "4.1.1.4";
version = "4.1.1.8";
src = fetchurl {
url = "https://web.archive.org/web/20260311102439if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
hash = "sha256-XxAvFnlljqurGPDgRr+DnuCKbdVvgXBPh02DLHY3Oz8=";
url = "https://web.archive.org/web/20260818044436if_/https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.AppImage";
hash = "sha256-RX26ArkbAxzdRBLu4HT7v/udnQax5Q/Bgi00hw4RSZA=";
};
};
};