Unverified Commit 9999ee5e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

[Backport release-25.05] wechat: 4.0.6.17-29381 -> 4.0.6.19-29383 for darwin (#423768)

parents 72895e0c 7aee3be7
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