discord-ptb: 0.0.160 -> 0.0.161 (#445596)

jopejoe1 9b004157 18baa7b4

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.110";
-
ptb = "0.0.160";
+
ptb = "0.0.161";
canary = "0.0.756";
development = "0.0.85";
}
···
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
-
hash = "sha256-6Oxy1EYhc7iEXJVjtkOCzfb3deSCdGa5U1UrLLyd6rM=";
+
hash = "sha256-pDWOnj8tQK9runi/QzcvEFbNGCwAb/gISM9LrLoTzxM=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";