Commit 2593d2ea authored by jopejoe1's avatar jopejoe1
Browse files

discord: 0.0.98 -> 0.0.101

parent 49558d78
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.100";
        stable = "0.0.101";
        ptb = "0.0.148";
        canary = "0.0.709";
        development = "0.0.81";
@@ -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-3trE9awddfB1ZasJQjbQc0xOoTqIRY0thEwL7Uz5+O8=";
        hash = "sha256-FB6GiCM+vGyjZLtF0GjAIq8etK5FYyQVisWX6IzB4Zc=";
      };
      ptb = fetchurl {
        url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";