discord: 0.0.67 -> 0.0.70 (#346822)

authored by Johannes Jöns and committed by GitHub f74a665f 20930895

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/discord/default.nix
··· 2 2 let 3 3 versions = 4 4 if stdenv.hostPlatform.isLinux then { 5 - stable = "0.0.67"; 5 + stable = "0.0.70"; 6 6 ptb = "0.0.105"; 7 7 canary = "0.0.492"; 8 8 development = "0.0.28"; ··· 17 17 x86_64-linux = { 18 18 stable = fetchurl { 19 19 url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; 20 - hash = "sha256-L8COdPP4SFRO+1mipjn4tjLR+xShcJbT/72yhNHdSWg="; 20 + hash = "sha256-Ujlewrhbqal97hCG6+Iu+OqntWZJ/oY6ZHeL+HmoU38="; 21 21 }; 22 22 ptb = fetchurl { 23 23 url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";