discord-ptb: 0.0.141 -> 0.0.143

This commit is contained in:
jopejoe1
2025-05-18 13:17:52 +00:00
parent ea3daf0790
commit 6adbe026ac
@@ -10,7 +10,7 @@ let
if stdenv.hostPlatform.isLinux then
{
stable = "0.0.94";
ptb = "0.0.141";
ptb = "0.0.143";
canary = "0.0.668";
development = "0.0.74";
}
@@ -30,7 +30,7 @@ let
};
ptb = fetchurl {
url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz";
hash = "sha256-0teCE1yQLikK2MkyT8rQL1riaE9i/YGbCXw37RaRB3I=";
hash = "sha256-Ki6+o+8/yQjc6kxKS7Re2gBbpfMi3m02L69muqsNm04=";
};
canary = fetchurl {
url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";