Commit 2d621464 authored by R. RyanTM's avatar R. RyanTM
Browse files

discord-ptb: 0.0.151 -> 0.0.152

parent 3ee71bd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ let
    if stdenv.hostPlatform.isLinux then
      {
        stable = "0.0.101";
        ptb = "0.0.151";
        ptb = "0.0.152";
        canary = "0.0.716";
        development = "0.0.83";
      }
@@ -30,7 +30,7 @@ let
      };
      ptb = fetchurl {
        url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        hash = "sha256-7fQFCPUj59c/OfuNa4RDxGexAKZXLL7M+7n36WE5qDg=";
        hash = "sha256-GbLEAu6gchwkkupU6k6i7bpdMVnCqB74HDYxyTt3J/w=";
      };
      canary = fetchurl {
        url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";