Commit 7aee3be7 authored by Sizhe Zhao's avatar Sizhe Zhao Committed by github-actions[bot]
Browse files

wechat: 4.0.6.17-29381 -> 4.0.6.19-29383 for darwin

(cherry picked from commit 3332ddd1)
parent 3c07a9b4
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -28,11 +28,16 @@ let
  sources =
    let
      # https://dldir1.qq.com/weixin/mac/mac-release.xml
      any-darwin = {
        version = "4.0.6.17-29381";
      any-darwin =
        let
          version = "4.0.6.19-29383";
          version' = lib.replaceString "-" "_" version;
        in
        {
          inherit version;
          src = fetchurl {
          url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.0.6.17_29381.dmg";
          hash = "sha256-Fv5UYZ5+WfHvs+V3yiLSQitj++3WU+0GJsnIdlwB+TE=";
            url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
            hash = "sha256-HloG++DGzsxM7C0AbN4PXkkzFdhUhBDcH5Vq+bTUuEE=";
          };
        };
    in