Commit 38f79ca1 authored by Artturin's avatar Artturin
Browse files

discord-ptb: 0.0.53 -> 0.0.56

parent 7b84cf36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
let
  versions = if stdenv.isLinux then {
    stable = "0.0.35";
    ptb = "0.0.53";
    ptb = "0.0.56";
    canary = "0.0.173";
    development = "0.0.1";
  } else {
@@ -20,7 +20,7 @@ let
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        hash = "sha256-g2NhwkfNi5Yf+n9vHq/MJ0kylPF3MPocgF/zYfCvoZM=";
        hash = "sha256-RDXApmhlu2aQTjWVXMyRp0CL29btsQufIPuxjjtJGIU=";
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";