discord-ptb: 0.0.154 -> 0.0.156

(cherry picked from commit a4073e0d14)
This commit is contained in:
jopejoe1
2025-08-18 05:46:37 +00:00
committed by github-actions[bot]
parent 0ec1eaaa7c
commit 5b99559145

View File

@@ -10,7 +10,7 @@ let
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.104";
ptb = "0.0.154";
ptb = "0.0.156";
canary = "0.0.730";
development = "0.0.84";
}
@@ -30,7 +30,7 @@ let
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-ZAjewH/lOby3O7dQXy4igKd0DiZuwuhBitSlbr3hyjs=";
hash = "sha256-IU2zV/PviEXniupYz4sUGdu2PugDPiXaH64+SZTRK/0=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";