discord-ptb: 0.0.29 -> 0.0.34

Artturin f869098b 44331791

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 2 2 let 3 3 versions = if stdenv.isLinux then { 4 4 stable = "0.0.21"; 5 - ptb = "0.0.29"; 5 + ptb = "0.0.34"; 6 6 canary = "0.0.140"; 7 7 } else { 8 8 stable = "0.0.264"; ··· 18 18 }; 19 19 ptb = fetchurl { 20 20 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; 21 - sha256 = "d78NnQZ3MkLje8mHrI6noH2iD2oEvSJ3cDnsmzQsUYc="; 21 + sha256 = "CD6dLoBnlvhpwEFfLI9OqjhviZPj3xNDyPK9qBJUqck="; 22 22 }; 23 23 canary = fetchurl { 24 24 url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";