discord-ptb: 0.0.159 -> 0.0.160 (#442403)

jopejoe1 91bdd9b5 426279a2

Changed files
+2 -2
pkgs
applications
networking
instant-messengers
discord
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
···
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.108";
-
ptb = "0.0.159";
+
ptb = "0.0.160";
canary = "0.0.752";
development = "0.0.85";
}
···
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-
hash = "sha256-Rw3ppCZTuNG+eAB02goLL9yT1ldZhrBD50Tirzuo1CQ=";
+
hash = "sha256-6Oxy1EYhc7iEXJVjtkOCzfb3deSCdGa5U1UrLLyd6rM=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";