Unverified Commit 52c2d786 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

discord: 0.0.89 -> 0.0.91 (#396731)

parents c6c1c431 f82a7250
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ let
  versions =
    if stdenv.hostPlatform.isLinux then
      {
        stable = "0.0.89";
        stable = "0.0.91";
        ptb = "0.0.136";
        canary = "0.0.621";
        development = "0.0.73";
@@ -26,7 +26,7 @@ let
    x86_64-linux = {
      stable = fetchurl {
        url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
        hash = "sha256-74M2SAJLS8u37m2bEo/Yblq822EbWWZfpLf5emvTusE=";
        hash = "sha256-vGRK1YJoaM4+tUaQd4f7ImaVnUkAdjH+RW7r+bOMx6I=";
      };
      ptb = fetchurl {
        url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";