Unverified Commit fd5677f3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

wechat: 4.0.6.19-29383 -> 4.0.6.25-29387 for darwin (#427626)

parents 71d8c89d 8e82f4fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@ let
      # https://dldir1.qq.com/weixin/mac/mac-release.xml
      any-darwin =
        let
          version = "4.0.6.19-29383";
          version = "4.0.6.25-29387";
          version' = lib.replaceString "-" "_" version;
        in
        {
          inherit version;
          src = fetchurl {
            url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
            hash = "sha256-HloG++DGzsxM7C0AbN4PXkkzFdhUhBDcH5Vq+bTUuEE=";
            hash = "sha256-vdeUUJdbIxT8tX5Xo9QIzbWTwRjtSXwrNoImMwt5xkY=";
          };
        };
    in