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

wechat: 4.1.5.11-31899 -> 4.1.5.17-31953 for darwin (#463406)

parents 91649a9b bc41af7f
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.1.5.11-31899";
          version = "4.1.5.17-31953";
          version' = lib.replaceString "-" "_" version;
        in
        {
          inherit version;
          src = fetchurl {
            url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
            hash = "sha256-uBOjBrUH2kTxSMJjycHynCN/FZqxphzp3zkgouiJp+o=";
            hash = "sha256-eItxPcvlzxwqXG7IxN001aoR+9SqyVOA7y71Sh83jYI=";
          };
        };
    in