Unverified Commit ccf6cb13 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

discord-ptb: 0.0.103 -> 0.0.105 (#343000)

parents 6ace1877 a597aac6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ let
  versions =
    if stdenv.isLinux then {
      stable = "0.0.67";
      ptb = "0.0.103";
      ptb = "0.0.105";
      canary = "0.0.483";
      development = "0.0.28";
    } else {
@@ -21,7 +21,7 @@ let
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        hash = "sha256-BYzISVHSlKqVN0Egkw5su1wJnrGjQYbxYV840bDCakM=";
        hash = "sha256-u/4wWssZxKlHrRW/Vd9pqUfqN2VQGYv1SDktpRsOayM=";
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";