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

authored by jopejoe1 and committed by GitHub 91bdd9b5 426279a2

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 10 if stdenv.hostPlatform.isLinux then 11 { 12 stable = "0.0.108"; 13 - ptb = "0.0.159"; 14 canary = "0.0.752"; 15 development = "0.0.85"; 16 } ··· 30 }; 31 ptb = fetchurl { 32 url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; 33 - hash = "sha256-Rw3ppCZTuNG+eAB02goLL9yT1ldZhrBD50Tirzuo1CQ="; 34 }; 35 canary = fetchurl { 36 url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
··· 10 if stdenv.hostPlatform.isLinux then 11 { 12 stable = "0.0.108"; 13 + ptb = "0.0.160"; 14 canary = "0.0.752"; 15 development = "0.0.85"; 16 } ··· 30 }; 31 ptb = fetchurl { 32 url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; 33 + hash = "sha256-6Oxy1EYhc7iEXJVjtkOCzfb3deSCdGa5U1UrLLyd6rM="; 34 }; 35 canary = fetchurl { 36 url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";