discord: 0.0.103 -> 0.0.104

(cherry picked from commit f784b7f364)
This commit is contained in:
jopejoe1
2025-08-18 05:45:58 +00:00
committed by github-actions[bot]
parent b6830a2741
commit 0ec1eaaa7c

View File

@@ -9,7 +9,7 @@ let
versions =
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.103";
stable = "0.0.104";
ptb = "0.0.154";
canary = "0.0.730";
development = "0.0.84";
@@ -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-WNLyBBQFqAEiPpv1JpoFrgKgCH3PBOTxFWxdHcqNAl8=";
hash = "sha256-4w8C9YHRNTgkUBzqkW1IywKtRHvtlkihjo3/shAgPac=";
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";