discord: 0.0.73 -> 0.0.74

(cherry picked from commit 61e936eea5)
This commit is contained in:
R. Ryantm 2024-11-13 00:03:13 +00:00 committed by github-actions[bot]
parent 672a062149
commit f7576f1339

View File

@ -9,7 +9,7 @@ let
versions =
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.73";
stable = "0.0.74";
ptb = "0.0.114";
canary = "0.0.511";
development = "0.0.42";
@ -26,7 +26,7 @@ let
x86_64-linux = {
stable = fetchurl {
url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz";
hash = "sha256-LZ3IgtGr94NWbykYS5Xllkl4OOHLG66+ZqQ+OrpnVzs=";
hash = "sha256-yf2gLvDgzF13cgpKFiiCHGYVR+p7jZOAR37L1F6MZvc=";
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";