Unverified Commit 8c323989 authored by rewine's avatar rewine Committed by GitHub
Browse files

wechat: 4.1.4.15-31252 -> 4.1.4.17-31268 for darwin (#460334)

parents 8aaebd41 aad7c639
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.4.15-31252";
          version = "4.1.4.17-31268";
          version' = lib.replaceString "-" "_" version;
        in
        {
          inherit version;
          src = fetchurl {
            url = "https://dldir1v6.qq.com/weixin/Universal/Mac/xWeChatMac_universal_${version'}.dmg";
            hash = "sha256-nG9fYaQjeCwYFV7yKdlUxbXnFALc1VomQ/hnGQtJ17o=";
            hash = "sha256-kGIkNtHWsJVeWQ1cKKoOQX2wN8iKihoS2bnghHDP73Y=";
          };
        };
    in