discord: 0.0.62 -> 0.0.63

This commit is contained in:
R. Ryantm
2024-08-09 11:15:47 +00:00
parent 93571dd5a0
commit adcb3b76bc
@@ -2,7 +2,7 @@
let
versions =
if stdenv.isLinux then {
stable = "0.0.62";
stable = "0.0.63";
ptb = "0.0.98";
canary = "0.0.465";
development = "0.0.24";
@@ -17,7 +17,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-gtoTcTcZYJdclEqi1BcxlhVJqU2POdk7XpDq7Dt5YMg=";
hash = "sha256-KtVX9EJPYmzDQd2beV/dDW8jjLDjacKZDrD72kLUwKo=";
};
ptb = fetchurl {
url = "https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";