Commit 2e342723 authored by jopejoe1's avatar jopejoe1
Browse files

discord-ptb: 0.0.127 -> 0.0.128

parent 624b7e0b
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.82";
        ptb = "0.0.127";
        ptb = "0.0.128";
        canary = "0.0.581";
        development = "0.0.68";
      }
@@ -30,7 +30,7 @@ let
      };
      ptb = fetchurl {
        url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        hash = "sha256-mgR2MDQ3ZtgBltQPOxT6773aNUx5hH2P6LvFJFEuUts=";
        hash = "sha256-ccmlOyzPu6aMqmC2+mRXMQh6OYIFLrlTNwKmBGE61ic=";
      };
      canary = fetchurl {
        url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";