Commit a018ab4c authored by Artturin's avatar Artturin
Browse files

discord-ptb: 0.0.49 -> 0.0.51

parent 3baf0cf3
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.32";
    ptb = "0.0.49";
    ptb = "0.0.51";
    canary = "0.0.170";
    development = "0.0.234";
  } else {
@@ -20,7 +20,7 @@ let
      };
      ptb = fetchurl {
        url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
        hash = "sha256-o8cDoBe6A0wBjVLjp4JXrv3QsG7TZ/Kj4+T5lj6WHdY=";
        hash = "sha256-VlvGZ5qy61zse0mhvrROYwr0C94Zy1Kh4D4dp+sJTN0=";
      };
      canary = fetchurl {
        url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";